source:
locker/bin/scripts-rm
@
158
Last change on this file since 158 was 127, checked in by jbarnold, 18 years ago | |
---|---|
|
|
File size: 242 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | if [ "$USER" = "" ]; then |
4 | echo "Error. Please contact scripts@mit.edu for assistance." |
5 | elif [ "$1" = "" ]; then |
6 | echo "You must specify a subdirectory of web_scripts to delete." |
7 | else |
8 | rm -rf /mit/$USER/web_scripts/$1 |
9 | fi |
Note: See TracBrowser
for help on using the repository browser.