File: %40dl

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,180 kB
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 614; perl: 339
file content (7 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh
rm -r b.$1 
rm -r s.$1 
rm -r d.$1
echo "Deleting b.$1 ... done"
echo "Deleting s.$1 ... done"
echo "Deleting d.$1 ... done"