aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:19:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:19:51 +1200
commit745f436dc41c2dc6eb36e21aa3266ab21a571e57 (patch)
treeda27e96fb1c6378edff07040474b62ca9984463f /games
parentAdd motd(1) (diff)
downloaddotfiles-745f436dc41c2dc6eb36e21aa3266ab21a571e57.tar.gz
dotfiles-745f436dc41c2dc6eb36e21aa3266ab21a571e57.zip
Add acq(6)
Diffstat (limited to 'games')
-rwxr-xr-xgames/acq3
-rw-r--r--games/acq.sed2
2 files changed, 5 insertions, 0 deletions
diff --git a/games/acq b/games/acq
new file mode 100755
index 00000000..51936eae
--- /dev/null
+++ b/games/acq
@@ -0,0 +1,3 @@
+#!/bin/sed -f
+# Interrogate the interplanetary computer.
+s/.*/THERE IS INSUFFICIENT DATA FOR MEANINGFUL ANSWER./
diff --git a/games/acq.sed b/games/acq.sed
new file mode 100644
index 00000000..650fdedb
--- /dev/null
+++ b/games/acq.sed
@@ -0,0 +1,2 @@
+# Interrogate the interplanetary computer.
+s/.*/THERE IS INSUFFICIENT DATA FOR MEANINGFUL ANSWER./