💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › rterm.sh.gmi captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

rterm.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

rterm.sh (250B)

---

1 #! /bin/sh

2 limit=9

3 choice=$(rnum -p -r $limit)

4

5 case choice in

6 1) exec sakura;;

7 2) exec alacritty;;

8 3) exec crt;;

9 4) exec termite;;

10 5) exec urvxt;;

11 6) exec uxterm -fg green -bg black;;

12 7) exec konsole;;

13 8) exec kitty;;

14 *) exec sakura;;

15 esac

generated w/ stagit-gemini