DistroHopper/dh
2023-03-13 08:34:46 +01:00

9 lines
105 B
Bash
Executable file

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