summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/hackvrnet
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-02-06 01:20:43 -0600
committerepoch <epoch@hacking.allowed.org>2019-02-06 01:20:43 -0600
commitc45f918c635ea6f8d947f5e7bb7f646656c89b30 (patch)
treed4a2faf10a09779dfbbefe6e68a47cc663e803ac /share/hackvr/examples/hackvrnet
parentbf16b7b8593d4013adbd03838af5a2fb3bce34ee (diff)
downloadhackvr-c45f918c635ea6f8d947f5e7bb7f646656c89b30.tar.gz
hackvr-c45f918c635ea6f8d947f5e7bb7f646656c89b30.zip
changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the examples.
Diffstat (limited to 'share/hackvr/examples/hackvrnet')
-rwxr-xr-xshare/hackvr/examples/hackvrnet/connect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/hackvrnet/connect.sh b/share/hackvr/examples/hackvrnet/connect.sh
index fe66a1b..5f7b660 100755
--- a/share/hackvr/examples/hackvrnet/connect.sh
+++ b/share/hackvr/examples/hackvrnet/connect.sh
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/usr/bin/env bash
password=hackvr
ncat 21.41.41.1 31337 -c 'hackvr "$USER"'