summary refs log tree commit diff
path: root/wave
diff options
context:
space:
mode:
Diffstat (limited to 'wave')
-rwxr-xr-xwave9
1 files changed, 0 insertions, 9 deletions
diff --git a/wave b/wave
deleted file mode 100755
index a78c49c..0000000
--- a/wave
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/local/bin/lua
-
-math.randomseed(os.time())
-local rand=math.random(2)
-if rand == 1 then
-	print("o/")
-else
-	print("\\o")
-end