Skip to content

Instantly share code, notes, and snippets.

@agoramachina
Created July 30, 2019 18:56
Show Gist options
  • Select an option

  • Save agoramachina/8c34135427944cff41f04945b11c41f3 to your computer and use it in GitHub Desktop.

Select an option

Save agoramachina/8c34135427944cff41f04945b11c41f3 to your computer and use it in GitHub Desktop.
#!/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