From 85eafd1ea7ad12a983f99fd9c9c8affcec8d43aa Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 18 May 2019 02:27:35 -0500 Subject: renamed Makefile to GNUmakefile because I use GNU specific stuff --- share/hackvr/examples/wordsearch/run | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 share/hackvr/examples/wordsearch/run (limited to 'share/hackvr/examples/wordsearch/run') 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 -- cgit v1.2.3