diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-07-28 01:43:55 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-07-29 00:01:57 +0200 |
| commit | 1e874e790c12839695761a654b44fb427149a353 (patch) | |
| tree | 6942441ac511ec1417b2434b111101fa8d7f7e68 /playground/client-status-linux.sh | |
init
Diffstat (limited to 'playground/client-status-linux.sh')
| -rwxr-xr-x | playground/client-status-linux.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playground/client-status-linux.sh b/playground/client-status-linux.sh new file mode 100755 index 0000000..fa8dc90 --- /dev/null +++ b/playground/client-status-linux.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +. $(dirname -- "$0")/env.sh + +exec $PYTHON -m restlog.clients.status.linux \ + --source client1 \ + http://127.0.0.1:23233 |
