aboutsummaryrefslogtreecommitdiff
path: root/vendor/voclient/libvoclient/examples/simple.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/voclient/libvoclient/examples/simple.tcl')
-rwxr-xr-xvendor/voclient/libvoclient/examples/simple.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/voclient/libvoclient/examples/simple.tcl b/vendor/voclient/libvoclient/examples/simple.tcl
new file mode 100755
index 00000000..a47e325f
--- /dev/null
+++ b/vendor/voclient/libvoclient/examples/simple.tcl
@@ -0,0 +1,5 @@
+#!/usr/bin/tclsh
+
+load ./voclient.so voclient
+puts [voc_coneCaller "http://www.nofs.navy.mil/cgi-bin/vo_cone.cgi?CAT=USNO-B1&" 12. 12. 0.1 1]
+