diff options
Diffstat (limited to 'share/hackvr/examples/grid_floor.sh')
-rwxr-xr-x | share/hackvr/examples/grid_floor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |