diff options
author | noa | 2024-01-03 10:33:14 +0000 |
---|---|---|
committer | noa | 2024-01-03 10:33:14 +0000 |
commit | bf0cf3862464b741fac3044c7898c1aeb9e9cd62 (patch) | |
tree | 9c03ce5fd45cb87b15ed2743a795234f65bf0f74 /wave | |
parent | c6dcab9d7ead82b6cf7d985c3fa46527dcccc7b2 (diff) |
Move all commands into commands/ subdirectory
Diffstat (limited to 'wave')
-rwxr-xr-x | wave | 9 |
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 |