make backup path work on mac and win32unix(cygwin)
[hombase.git] / other-sh / _netide.sh
blobe8a1aca39708d489c97ccb418c0386444d905f1e
1 #!bash
3 #_netide.sh-- _describe_
4 #@Author: LiFan
5 #@Created: 2007-01-22-23:25
7 PATH=/bin:/usr/bin:$PATH
8 olddate=`date +%D`
9 date -s "01/23/07 `date +%T`"
10 /d/prog/vs2005/Common7/IDE/devenv.exe &
11 sleep 5
12 date -s "$olddate `date +%T`"