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