From 7d52f93cadf49b470240d36055500db10893b659 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 13 Sep 2013 14:06:28 +0200 Subject: Add the README --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 4342df8e..62506e05 100755 --- a/build.sh +++ b/build.sh @@ -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" -- cgit v1.2.3