Skip to content

Instantly share code, notes, and snippets.

@BtbN
Created July 31, 2014 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BtbN/10c94f924961c3934cdb to your computer and use it in GitHub Desktop.
Save BtbN/10c94f924961c3934cdb to your computer and use it in GitHub Desktop.
autostart_xbmc
#!/bin/bash
cd "${HOME}"
if [ -z "$VNCDESKTOP" ]; then
echo "yes" > ~/.restart_xbmc
while [ -f ~/.restart_xbmc ]; do
sleep 5
xbmc
done
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment