home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / lib / YaST2 / clients_non_y2 / shell_demo < prev    next >
Encoding:
Text File  |  2000-03-30  |  163 b   |  15 lines

  1. #!/bin/bash
  2.  
  3. echo "$*" > /tmp/hirn
  4.  
  5. cat <<EOF
  6. {
  7.  OpenDialog(\`Label("Args: $*"));
  8.  UserInput();
  9.  CloseDialog();
  10. }
  11. EOF
  12. read dummyanswer
  13.  
  14. echo 'result("Good bye!")'
  15.