diff options
Diffstat (limited to 'auth/csit/dbounce.sh')
-rw-r--r-- | auth/csit/dbounce.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/csit/dbounce.sh b/auth/csit/dbounce.sh new file mode 100644 index 00000000..dde83897 --- /dev/null +++ b/auth/csit/dbounce.sh @@ -0,0 +1,3 @@ +#!/bin/bash +bash ./dstop.sh "$@" +bash ./dstart.sh "$@" |