added devel version

This commit is contained in:
john30
2017-02-04 15:00:26 +01:00
parent fb72d74f02
commit a370b0815b
2 changed files with 45 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
if [ "${1#-}" != "$1" ]; then
set -- ebusd "$@"
fi
exec "$@"