limit fstBC to 30bp in Python3 ver.
[GalaxyCodeBases.git] / etc / Server / ctl.sh
blob1c4c2c4a34ccc53297cca7db4ad27793d7f128e0
1 #!/bin/bash
3 MYPS=`ps -u huxs|grep ffmpeg|awk '{print $1}'`
5 #echo ${MYPS}
7 if [ "$1" = "s" ]; then
8 kill -TSTP ${MYPS}
9 else
10 kill -CONT ${MYPS}
13 # $ crontab -l
14 # 24 8 * * * /bak/seqdata/files/FL/ctl.sh s
15 # 12 0 * * * /bak/seqdata/files/FL/ctl.sh go