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/grid_floor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hackvr/examples/grid_floor.sh') diff --git a/share/hackvr/examples/grid_floor.sh b/share/hackvr/examples/grid_floor.sh index 459c0e4..452163f 100755 --- a/share/hackvr/examples/grid_floor.sh +++ b/share/hackvr/examples/grid_floor.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cat <(for i in $(seq 1 32);do for j in $(seq 1 32);do echo floor addshape 2 4 $i 0 $j $i 0 $[j+1] $[i+1] 0 $[j+1] $[i+1] 0 $j -- cgit v1.2.3