summaryrefslogtreecommitdiffstats
path: root/ast/fetch
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:06:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-09 19:06:55 (GMT)
commit01e0ebfe59d9028b0246ec4a549bd7528ada94eb (patch)
treea6c5b54db03177a1c8f3e7fb531990dfbc7bae39 /ast/fetch
parentd64cf9c0bd23e752867b149be636d1bbd4501cf4 (diff)
downloadblt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.zip
blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.tar.gz
blt-01e0ebfe59d9028b0246ec4a549bd7528ada94eb.tar.bz2
update ast 8.6.2
Diffstat (limited to 'ast/fetch')
-rwxr-xr-xast/fetch5
1 files changed, 5 insertions, 0 deletions
diff --git a/ast/fetch b/ast/fetch
new file mode 100755
index 0000000..1ca0578
--- /dev/null
+++ b/ast/fetch
@@ -0,0 +1,5 @@
+
+here=${PWD}
+cd ${AST_REF}
+cp $@ ${here}
+cd ${here}