summary refs log tree commit diff
path: root/y
diff options
context:
space:
mode:
Diffstat (limited to 'y')
-rwxr-xr-xy13
1 files changed, 0 insertions, 13 deletions
diff --git a/y b/y
deleted file mode 100755
index db15c4b..0000000
--- a/y
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-
-N=$((1 + $RANDOM % 2))
-
-case $N in
-        1)
-                echo "y"
-                ;;
-	2)
-		echo "HONK"
-		;;
-esac
-