Artifact b1e649d799ab04dcfd5a876f2dcb8897f649b70c:
- File utils/nbfake — part of check-in [6f0c4b417a] at 2011-06-18 13:20:50 on branch experimental — Added PATH and DISPLAY to nbfake (user: mrwellan, size: 316) [annotate] [blame] [check-ins using] [more...]
#!/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 DISPLAY=$DISPLAY; export PATH=$PATH; nohup $* > NBFAKE-`date +%GWW%V.%u_%T` 2>&1 &\""