SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

#!/bin/bash
#This will check to see if the 'dialog' program exist, if so use it, if not # then do a regular 'less'

if test `which dialog`; then
dialog --msgbox "industrialMUD 0.0.1" 5 40 dialog --textbox README 20 80
else
less README
fi


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.