Artifact 033159a59005d4a20db3a176586fdbff85a2581c:
- File utils/nbfake — part of check-in [4d44659fb3] at 2011-06-16 14:01:35 on branch trunk — Added switch to set number of rows in a dashboard screen (user: mrwellan, size: 292) [annotate] [blame] [check-ins using]
#!/bin/bash # ssh localhost "nohup $* > nbfake.log 2> nbfake.err < /dev/null" if [[ $TARGETHOST == "" ]]; then TARGETHOST=localhost fi # Can't always trust $PWD CURRWD=`pwd` ssh -n -f $TARGETHOST "sh -c \"cd $CURRWD; export PATH=$PATH; nohup $* > NBFAKE-`date +%GWW%V.%u_%T` 2>&1 &\""