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