File: pdmenurc.in

package info (click to toggle)
pdmenu 1.2.89
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 824 kB
  • ctags: 242
  • sloc: sh: 2,972; ansic: 2,028; makefile: 131; perl: 58
file content (27 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!@PDMENU_BINDIR@/pdmenu
#
# Note that the above bang-path isn't required, but it lets you run this
# file directly as a sort of pdmenu script.

# Sample menus for Pdmenu.

# Define the main menu.
menu:main:Main Menu
	show:_Internet menu..::internet
	exec:_Change your password:pause:passwd
	exec:_Directory listing:truncate:ls -l
	exec:_Change directory:edit,set:echo PWD=~set to?:~
	exec:_Who's online?:truncate:echo "These users are online:";w
	nop
	exit:_Exit

# This is a submenu.
menu:internet:Internet:Internet programs
	exec:_Mail::putt
	exec:_News::slrn -C -n
	exec:_WWW::lynx http://www.yahoo.com/
        exec:_Talk:edit,pause:ytalk -x ~Talk to who?:joey~
	exec:_Finger:edit,display:finger ~Enter address to finger:~ 2>/dev/null
	exec:_Telnet:edit,pause:telnet ~Telnet to where?:~
	nop
	exit:_Main menu..