From bf0cf3862464b741fac3044c7898c1aeb9e9cd62 Mon Sep 17 00:00:00 2001 From: noa Date: Wed, 3 Jan 2024 10:33:14 +0000 Subject: Move all commands into commands/ subdirectory --- commands/wave | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 commands/wave (limited to 'commands/wave') diff --git a/commands/wave b/commands/wave new file mode 100755 index 0000000..a78c49c --- /dev/null +++ b/commands/wave @@ -0,0 +1,9 @@ +#!/usr/local/bin/lua + +math.randomseed(os.time()) +local rand=math.random(2) +if rand == 1 then + print("o/") +else + print("\\o") +end -- cgit 1.4.1-2-gfad0