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