Files
kinto/system-config/xactive.sh

11 lines
111 B
Bash
Executable File

#!/bin/bash
if [ $# -eq 0 ]
then
# No arguments
./kintox11
else
./caret_status.sh &
./kintox11
fi