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/tictactoe/game.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/hackvr/examples/tictactoe/game.sh') diff --git a/share/hackvr/examples/tictactoe/game.sh b/share/hackvr/examples/tictactoe/game.sh index 63776f4..8c741fc 100755 --- a/share/hackvr/examples/tictactoe/game.sh +++ b/share/hackvr/examples/tictactoe/game.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash turn=$( expr $RANDOM % 2) -cat camera.pos | sed 's/^junk/$USER/g' +cat camera.pos echo "go. player: $turn" >&2 stdbuf -oL uniq \ | grep --line-buffered action \ -- cgit v1.2.3