mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
18 lines
223 B
Bash
18 lines
223 B
Bash
#!/bin/bash
|
|
|
|
# YAD gui script for creating YAD graphical user interfaces
|
|
# This version use desktop files and notebook
|
|
|
|
# set app name
|
|
|
|
#
|
|
|
|
# create tab
|
|
|
|
# create desktop file
|
|
|
|
# create notebook logic
|
|
|
|
# test script
|
|
|
|
exit 0
|