mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
With Classic builds out of the way we can move everything back to common again to simplify and reduce our collective cognitive overhead a bit. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
8 lines
90 B
Bash
8 lines
90 B
Bash
if [ -z "$CLISH" ]; then
|
|
cat <<EOF
|
|
|
|
Run the command 'cli' for interactive OAM
|
|
|
|
EOF
|
|
fi
|