mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
add distrohopper
This commit is contained in:
parent
be013ead4c
commit
7a58830c4b
1 changed files with 9 additions and 0 deletions
9
dh
Executable file
9
dh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# distrohopper
|
||||
# Choose gui or tui
|
||||
if [ "$1" = "-t" ] ; then
|
||||
quicktui
|
||||
else
|
||||
quickgui
|
||||
fi
|
Loading…
Reference in a new issue