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/y | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 commands/y (limited to 'commands/y') diff --git a/commands/y b/commands/y new file mode 100755 index 0000000..db15c4b --- /dev/null +++ b/commands/y @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +N=$((1 + $RANDOM % 2)) + +case $N in + 1) + echo "y" + ;; + 2) + echo "HONK" + ;; +esac + -- cgit 1.4.1-2-gfad0