Skip to content

Instantly share code, notes, and snippets.

@kolyanok
Last active October 23, 2017 09:55
Show Gist options
  • Save kolyanok/a8388c4c0dd0a413a21217b7579c72e9 to your computer and use it in GitHub Desktop.
Save kolyanok/a8388c4c0dd0a413a21217b7579c72e9 to your computer and use it in GitHub Desktop.
#!/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