Last active
October 23, 2017 09:55
-
-
Save kolyanok/a8388c4c0dd0a413a21217b7579c72e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if test ! -e /dev/appvcom1 ; then ln -s /dev/appvcom /dev/appvcom1; fi | |
killall -STOP ats | |
/app/bin/atc $1 | |
killall -CONT ats |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment