source: locker/bin/scripts-rm @ 130

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