8 lines
133 B
Text
8 lines
133 B
Text
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p inetutils
|
||
|
|
||
|
echo "auth apikey=$TS3_CLIENT_API_KEY" | wl-copy
|
||
|
|
||
|
telnet 127.0.0.1 25639
|
||
|
|