The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Could someone, anyone helpme troubleshoot this basic shell script?
Code:
# # Brad Wright # Menu Script # ITEC 2201 Lab 4 # while true do # Clears screen and displays menu clear echo ' MAIN MENU --------- 1) Calculator 2) Vi 3) E-Mail 4) Log Off Please enter your selection. (1-4):' # Launches application based on user input read number case number in 1) cal;; 2) vim;; 3) mail;; 4) logout;; *) echo "Invalid option..." echo "Please re-enter your selection. (1-4)" esac done |
#2
|
||||
|
||||
Quote:
try refrencing the real path? /usr/bin/vim ? |
#3
|
|||
|
|||
Try changing:
Code:
1) cal;; Code:
1) cal read foo?"Press enter to continue" ;; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|