add distrohopper

This commit is contained in:
zenobit 2023-03-12 17:30:03 +01:00
parent be013ead4c
commit 7a58830c4b
1 changed files with 9 additions and 0 deletions

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