mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 16:26:39 +02:00
11 lines
111 B
Bash
Executable File
11 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ $# -eq 0 ]
|
|
then
|
|
# No arguments
|
|
./kintox11
|
|
else
|
|
./caret_status.sh &
|
|
./kintox11
|
|
fi
|