3 lines
No EOL
118 B
Bash
3 lines
No EOL
118 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec tfclient --server ${SERVER:- https://api.defined.net} --name ${NAME:- tfclient} |