Add fetch-package script

This commit is contained in:
Jaroslav Kysela
2016-03-05 19:26:11 +01:00
parent 8f120f6da1
commit c62a3db8ac
2 changed files with 37 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ CHECKSTR="Linux-2.6.32.42_stm24_0208-idl4k"
GITHUB1="https://github.com/perexg/satip-axe/tree/master/dist"
GITHUB2="https://github.com/perexg/satip-axe/blob/master/dist/$FILE?raw=true"
if test "$PWD" != "/root" -a "$PWD" != "/"; then
echo "Run this utility from / or /root directory"
exit 1
fi
if test "$FILE" = "-h" -o "$FILE" = "--help"; then
echo "Usage: $0 FIRMWARE"
exit 1