This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # \ | |
| exec tclsh "$0" ${1+"$@"} | |
| package require Expect | |
| # This is a simplified version of the Guardium expect script found here: | |
| # http://www-01.ibm.com/support/knowledgecenter/SSMPHH_9.1.0/com.ibm.guardium91.doc/how_to/topics/how_to_automate_execution_of_guardapi_commands.html?lang=en | |
| # The script runs some guardAPI calls located in a provided file. |