Skip to content

Instantly share code, notes, and snippets.

View 343N's full-sized avatar

Eren 343N

  • Melbourne, Australia
  • 23:09 (UTC +11:00)
View GitHub Profile
@343N
343N / script.sh
Created January 23, 2026 01:06
menu WIP
#!/bin/bash
set -euo pipefail
# Simple interactive menu:
# - Navigate with Up/Down arrows
# - Press 1..9 to select instantly (if present)
# - For 10+ items, type digits (e.g. 12) then Enter
# - Press Enter to confirm current selection
# - Press q or Esc to quit