Changeset 1345 for branches/locker-dev


Ignore:
Timestamp:
Nov 1, 2009, 10:22:58 PM (14 years ago)
Author:
ezyang
Message:
Make scriptsdev work with scripts-ssh.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/onathena

    r1344 r1345  
    1515  exit 1
    1616}
    17  
     17
     18attach scripts
    1819
    1920sshrun() {
    20   athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null
     21  /afs/athena.mit.edu/contrib/scripts/bin$scriptsdev/scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null
    2122}
    2223
    2324vsshrun() {
    24   athrun scripts scripts-ssh "$lname" "/mit/scripts/$@"
     25  /afs/athena.mit.edu/contrib/scripts/bin$scriptsdev/scripts-ssh "$lname" "/mit/scripts/$@"
    2526}
    2627
Note: See TracChangeset for help on using the changeset viewer.