DistroHopper/dh

10 lines
105 B
Bash
Executable File

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