Skip to content

Instantly share code, notes, and snippets.

@hospitableit
Created July 16, 2017 07:05
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 hospitableit/55c262fd765e334f9676025d3d243e55 to your computer and use it in GitHub Desktop.
Save hospitableit/55c262fd765e334f9676025d3d243e55 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir /var/run/mumudvb
chmod 777 /var/run/mumudvb
/usr/bin/mumudvb -c /etc/mumudvb/0.conf &
/usr/bin/mumudvb -c /etc/mumudvb/2.conf &
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment