From c45f918c635ea6f8d947f5e7bb7f646656c89b30 Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 6 Feb 2019 01:20:43 -0600 Subject: changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the examples. --- share/hackvr/examples/anonet_map.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hackvr/examples/anonet_map.sh') diff --git a/share/hackvr/examples/anonet_map.sh b/share/hackvr/examples/anonet_map.sh index a16a196..188dd78 100755 --- a/share/hackvr/examples/anonet_map.sh +++ b/share/hackvr/examples/anonet_map.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cat <(printf "%s move 0 0 -270\n" "$USER") \ <(wget http://hacking.allowed.org/cgi-bin/map_hackvr.cgi -qO- 2>/dev/null) \ /dev/stdin \ -- cgit v1.2.3