blob: c51e85439fa5115e7b59a2f8cb57828073b93864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|