Skip to content
Snippets Groups Projects
linux_clean_examples.sh 65 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    
    cd ../..
    
    rm -r build/examples
    
    cd build_scripts/linux