diff options
Diffstat (limited to 'share/hackvr/examples/wordsearch/run')
-rwxr-xr-x | share/hackvr/examples/wordsearch/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/hackvr/examples/wordsearch/run b/share/hackvr/examples/wordsearch/run new file mode 100755 index 0000000..48d107c --- /dev/null +++ b/share/hackvr/examples/wordsearch/run @@ -0,0 +1,8 @@ +#!/bin/sh +# just need to get some way for these to coproc +if ! which wordsearch >/dev/null;then + echo "we need wordsearch installed to generate the puzzle" + echo "please read: https://github.com/jamis/wordsearch" + exit 1 +fi +socat exec:hackvr exec:./game.sh |