Changeset 660 for locker/bin
- Timestamp:
- Feb 16, 2008, 6:11:08 PM (17 years ago)
- Location:
- locker/bin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/bin/signup-cron
r659 r660 5 5 6 6 if [ ! -d "/mit/$lname/cron_scripts/" ]; then 7 mkdir /mit/$lname/cron_scripts7 mkdir -p /mit/$lname/cron_scripts 8 8 fs sa /mit/$lname/cron_scripts system:anyuser l 9 9 fs sa /mit/$lname/cron_scripts system:authuser none -
locker/bin/signup-mail
r659 r660 5 5 6 6 if [ ! -d "/mit/$lname/mail_scripts/" ]; then 7 mkdir /mit/$lname/mail_scripts7 mkdir -p /mit/$lname/mail_scripts 8 8 fs sa /mit/$lname/mail_scripts system:anyuser l 9 9 fs sa /mit/$lname/mail_scripts system:authuser none -
locker/bin/signup-minimal
r659 r660 75 75 fi 76 76 77 mkdir "/mit/$lname/.scripts-signup"77 mkdir -p "/mit/$lname/.scripts-signup" 78 78 79 79 if [ ! -d "/mit/$lname/.scripts-signup" ]; then -
locker/bin/signup-sql
r659 r660 9 9 10 10 sshrun() { 11 athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 11 athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null 12 12 } 13 13 … … 42 42 echo 1. Your personal Athena account 43 43 echo 2. A locker that you control \(a club, a course, etc\) 44 echo If you do not understand this question, you should answer \'1\'.44 echo "If you do not understand this question, you should answer '1'". 45 45 printf "Please enter either '1' or '2' (without quotes): " 46 46 read whofor … … 73 73 74 74 if [ ! -f "$lroot/.my.cnf" ]; then 75 mkdir $lroot/.sql75 mkdir -p $lroot/.sql 76 76 fs sa $lroot/.sql system:anyuser none 77 77 fs sa $lroot/.sql system:authuser none
Note: See TracChangeset
for help on using the changeset viewer.