diff options
Diffstat (limited to 'src/mac/gss/GSSSample.script')
| -rw-r--r-- | src/mac/gss/GSSSample.script | 9 |
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 |
