diff options
Diffstat (limited to 'vnet/screen-shell.sh')
-rwxr-xr-x | vnet/screen-shell.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vnet/screen-shell.sh b/vnet/screen-shell.sh deleted file mode 100755 index fa420b9d..00000000 --- a/vnet/screen-shell.sh +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | ifaddr() { | ||
3 | ip -o address show dev $1 | sed -n 's#.* inet \([^ /]*\).*#\1#p' | ||
4 | } | ||
5 | touch window-count | ||
6 | count=$(cat window-count) | ||
7 | count=${count:-(-1)} | ||
8 | count=$(( $count + 1 )) | ||
9 | echo $count > window-count | ||
10 | digit=$(printf '%X' $count) | ||
11 | cd ep$digit | ||
12 | port=$(( 33400 + $count )) | ||
13 | pwd | ||
14 | ../dhtd tox=$(ifaddr ep$digit):$port,bt=,xmpp= | ||