diff options
Diffstat (limited to 'share/hackvr/examples/tictactoe/run')
-rwxr-xr-x | share/hackvr/examples/tictactoe/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/tictactoe/run b/share/hackvr/examples/tictactoe/run index c60fc43..0f14b8f 100755 --- a/share/hackvr/examples/tictactoe/run +++ b/share/hackvr/examples/tictactoe/run @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash turn=$( expr $RANDOM % 2) echo "go. player: $turn" mknod p p |