7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
# TODO: real teapot commands
|
|
LOG_FILE_PATH=/tmp/joint-teapot.log /usr/local/bin/joint-teapot --help
|