source: trunk/locker/bin/cronload @ 1178

Last change on this file since 1178 was 463, checked in by andersk, 16 years ago
ssh sucks.
  • Property svn:executable set to *
File size: 374 bytes
Line 
1#!/bin/sh
2
3echo "This program should print your new crontab below."
4echo "If it does not do so, something is wrong."
5echo "Feel free to contact scripts@mit.edu for assistance."
6echo
7
8cwd=`pwd`
9lname=`perl -e "\\\$temp = \"$cwd\"; \\\$temp =~ /\\\/([^\\\/]+)\\\/cron_scripts/; print \\\$1"`
10athrun scripts scripts-ssh "$lname" /usr/local/bin/cronload "$1" "$cwd" 2>/dev/null
Note: See TracBrowser for help on using the repository browser.