git2talimat_calismasi

This commit is contained in:
milisman 2016-05-27 01:48:46 +00:00
parent 00ada654ac
commit 03e439a31b
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
packager="milisarge"
account="$1" account="$1"
name="$2" name="$2"
file="$name.html" file="$name.html"
curl -k https://github.com/"$account/$name" > "$file" url=https://github.com/"$account/$name"
curl -k $url > "$file"
desc=`sed -n 's|[^<]*<span itemprop="about">\([^<]*\)</span>[^<]*|\1\n|gp' $file` desc=`sed -n 's|[^<]*<span itemprop="about">\([^<]*\)</span>[^<]*|\1\n|gp' $file`
echo "# Description:$desc" echo "# description:$desc"
echo "# url:$url"
echo "# packager:$packager"
echo "# depends on: "