home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icuapps / locexp / tools / testVars.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1999-10-16  |  288 b   |  14 lines

  1. #!/bin/sh
  2. #
  3. # Useful for testing locale explorer. 
  4. # Usage:
  5. #  . ./tools/testVars.sh
  6. #  ./locexp                  #(HTML printed to stdout)
  7. #             
  8. #
  9. export QUERY_STRING="_=fr_FR_EURO"
  10. export SCRIPT_NAME=/cgi-bin/locexp
  11. export SERVER_NAME=www.icu-is-cool.com
  12. export PATH_INFO=/
  13.