DistroHopper/dh

10 lines
105 B
Plaintext
Raw Normal View History

2023-03-12 16:30:03 +00:00
#!/bin/bash
# distrohopper
# Choose gui or tui
if [ "$1" = "-t" ] ; then
quicktui
else
quickgui
fi