mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-09 06:21:43 +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
|