From 7c409d04d65df2d6c4d8078aaf6d01187034a967 Mon Sep 17 00:00:00 2001 From: noa Date: Wed, 3 Jan 2024 10:30:39 +0000 Subject: Add miscellaneous commands --- wave | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 wave (limited to 'wave') diff --git a/wave b/wave new file mode 100755 index 0000000..a78c49c --- /dev/null +++ b/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