YourPaste - For your paste! Archive - Tools - Login

Posted by unknown on Fri 8 Aug 2008 17:13 71 views - Syntax: None - Expires: never - Report - IMG - Download -

shopt -s nocasematch;
case "$1" in debian-xen)
echo "installing xen on debian"
#a few lines for installing xen on debian
echo "done"
;;
debian-apache)
echo "installing apache on debian"
#a few lines for installing apache on debian
echo "done"
;;
*)
echo "you have the following options:"
echo "debian-xen"
echo "debian-apache"
;;

Comments


Name:
Comment:

© 2008 YourPaste.net - Disclaimer