7 lines
133 B
Text
Executable file
7 lines
133 B
Text
Executable file
#!/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
|
|
|