13 lines
204 B
Bash
Executable file
13 lines
204 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# include err(), stat() and other functions
|
|
. ./lib.sh
|
|
|
|
# Kill all controller containers (optionally do `make clean`)
|
|
echo "You may want run make clean as well"
|
|
|
|
kill1 clixon/clixon-system
|
|
|
|
|
|
|
|
|