#!/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