summaryrefslogtreecommitdiffstats
path: root/src/mac/gss/GSSSample.script
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-05-30 23:10:14 +0000
committerTheodore Tso <tytso@mit.edu>1997-05-30 23:10:14 +0000
commit9ea69a68371057fa5bdfde82c677da6760586486 (patch)
treebcbfcbdee1ee0afcac401bc0ca602a8e043cc530 /src/mac/gss/GSSSample.script
parent38e15b4352441c95d3b73ed0253bfc0227c312a6 (diff)
downloadkrb5-9ea69a68371057fa5bdfde82c677da6760586486.tar.gz
krb5-9ea69a68371057fa5bdfde82c677da6760586486.tar.xz
krb5-9ea69a68371057fa5bdfde82c677da6760586486.zip
Check in Miro's new gss sample code
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10092 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/gss/GSSSample.script')
-rw-r--r--src/mac/gss/GSSSample.script9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mac/gss/GSSSample.script b/src/mac/gss/GSSSample.script
new file mode 100644
index 000000000..b6f8a7ca1
--- /dev/null
+++ b/src/mac/gss/GSSSample.script
@@ -0,0 +1,9 @@
+tell application "Finder"
+ set outputFile to (folder of (path to application "GSSSample.ppc") as string) & "GSS Sample Output"
+end tell
+
+tell application "GSSSample.ppc"
+ activate
+ Query "-port 13136 dcl.mit.edu sample@dcl.mit.edu hi"
+ save document "GSS Sample" in file outputFile
+end tell \ No newline at end of file