Add the README

This commit is contained in:
Adam Stankiewicz
2013-09-13 14:06:28 +02:00
parent 22c93fbe3b
commit 7d52f93cad
2 changed files with 63 additions and 2 deletions

View File

@@ -21,10 +21,10 @@ copy_dir() {
# Fetches syntax files from given Github repo
syntax() {
dir="tmp/$(echo "$1" | cut -d '/' -f 2)"
echo "$1..."
echo "- [$1](https://github.com/$1)"
rm -rf "$dir"
git clone -q --recursive "https://github.com/$1.git" "$dir"
which tree > /dev/null && tree tmp
# which tree > /dev/null && tree tmp
for subdir in $DIRS; do
copy_dir "$dir" "$subdir"