File: system.menu

package info (click to toggle)
flin 0.5.1-8
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 276 kB
  • ctags: 164
  • sloc: ansic: 1,642; makefile: 105; sh: 71
file content (75 lines) | stat: -rwxr-xr-x 1,781 bytes parent folder | download | duplicates (4)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#!/usr/bin/flin
#
# test.menu	-	sample menu implementation for flin
#			to try it out type:
#			`flin test.menu'
#			or
#			`test.menu'

# Main menu
Menu Main
    Title:Welcome to Xanadu (xanadu.kublai.com):

    # You might want to change this to your hostname

    Nop::
    SubMenu:System Information:SysInfo:
    SubMenu:File Menu:File-Util:
    SubMenu:Surf the 'Net:InterNet:
    Nop::
    Exec:Exit to TCSH:tcsh:
    Nop::
    Quit:Logout:
    Nop::
    Nop:Use the arrow keys to scroll around choices:
    Nop:The right arrow and enter key select a choice:
    Nop:The left arrow key goes to the previous menu:
EndMenu

Menu SysInfo
    Title:System Information:
    Nop::
    Exec:Who's at Meathook:who:
    Exec:What Everyone is Doing:w:
    Nop::
    Exec:Hardware Information:less info.comp:
    Exec:OS Information:less info.os:
    Exec:TCPIP Information:less info.tcpip:
    Nop::
    Exit:Back to Main Menu:
EndMenu

Menu File-Util
    Title:File Menu:
    Nop::
    Exec:Directory listing:ls -F:
    Nop::

# Be CAREFUL with this stuff,
# with the following options ANYONE can download
# any world-readable file on the system, including
# /etc/passwd.

    Args:Send a file (ZMODEM):sz:
    Args:Recieve a file (ZMODEM):rz:
    Args:Read a file:less:
    Nop::
    Exit:Back to Main Menu:
EndMenu

Menu InterNet
    Title:Infobahn:
    Nop::
    Nop:It's the information superhighway,:
    Nop:the ultimate in online multimedia:
    Nop:virtual cyber-experiences.:
    Nop::
    Exec:Explore the World Wide Web:lynx:
    Exec:Read your Cyber-Mail:pine:
    Exec:Read your Cyber-News:trn:
    Exec:Log in to remote machines:telnet:
    Exec:Get files from afar:ftp:
    Exec:Browse Gopherspace:gopher gopher.panix.com:
    Nop::
    Exit:Back to Main Menu:
EndMenu