File: gui

package info (click to toggle)
ytfzf 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,872 kB
  • sloc: sh: 3,978; python: 135; makefile: 59; perl: 7
file content (11 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

command_exists "gtkdialog" || die 3 "gtkdialog (https://github.com/puppylinux-woof-CE/gtkdialog) is required for the gui extension\n"

tab_space="$(printf '\t')"

load_interface gui || die 2 "The gui interface addon could not be found\n"

print_help_gui () {
    printf "%s\n" "Use a gui instead of tui as a menu"
}