mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 18:08:34 -06:00
prevent stdout from tar, feed executable shell args, add sh passthrough in README
This commit is contained in:
4
run.sh
4
run.sh
@@ -29,8 +29,8 @@ fi
|
||||
|
||||
EXECUTABLE="spotify-quickauth"
|
||||
curl -Lso $EXECUTABLE.tar.gz $DOWNLOAD_URL
|
||||
tar -xvf $EXECUTABLE.tar.gz $EXECUTABLE
|
||||
tar -xvf $EXECUTABLE.tar.gz $EXECUTABLE 1>/dev/null
|
||||
rm $EXECUTABLE.tar.gz
|
||||
chmod +x $EXECUTABLE
|
||||
trap "rm -f $EXECUTABLE" INT EXIT
|
||||
./$EXECUTABLE
|
||||
./$EXECUTABLE $@
|
||||
Reference in New Issue
Block a user