From 7a58830c4b588b53a7f6b4bb592d5f6d569865c4 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 12 Mar 2023 17:30:03 +0100 Subject: [PATCH] add distrohopper --- dh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dh diff --git a/dh b/dh new file mode 100755 index 0000000..d1aad26 --- /dev/null +++ b/dh @@ -0,0 +1,9 @@ +#!/bin/bash + +# distrohopper +# Choose gui or tui +if [ "$1" = "-t" ] ; then + quicktui +else + quickgui +fi