Skip to content
Snippets Groups Projects
Allwclean 260 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    cd "${0%/*}" || exit                            # Run from this directory
    #------------------------------------------------------------------------------
    
    src/Allwclean
    
    #------------------------------------------------------------------------------