3 lines
50 B
Bash
Executable file
3 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
kibot --help-outputs > /dev/null
|