summaryrefslogtreecommitdiff
path: root/src/vimscripts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/vimscripts.sh')
-rwxr-xr-xsrc/vimscripts.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/vimscripts.sh b/src/vimscripts.sh
new file mode 100755
index 0000000..c51e854
--- /dev/null
+++ b/src/vimscripts.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# goto root dir (this script resides in src)
+BASEDIR=`dirname $(readlink -f $0)`
+cd ${BASEDIR}/../
+
+WGET=$(which wget)
+
+echo "TODO! unfinished script running!"
+
+#rm -f gen/.vim/autotag-script-move-to-correct-location
+#$WGET -q -O gen/.vim/autotag-script-move-to-correct-location http://www.vim.org/scripts/download_script.php?src_id=15099