Created
July 30, 2019 18:56
-
-
Save agoramachina/8c34135427944cff41f04945b11c41f3 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/bash | |
| if ps -e | grep xwinwrap | |
| then | |
| killall xwinwrap | |
| sleep 1 | |
| exit | |
| fi | |
| sh /home/agoramachina/.sheepwrap.sh start | |
| sleep 1 | |
| exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment