add distrohopper

This commit is contained in:
zenobit 2023-03-12 17:30:03 +01:00
parent be013ead4c
commit 7a58830c4b

9
dh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# distrohopper
# Choose gui or tui
if [ "$1" = "-t" ] ; then
quicktui
else
quickgui
fi