mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Dealing with X's
This commit is contained in:
parent
aeb3369fe0
commit
86d81c9c51
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
||||||
version=${version##*/}
|
version=${version##*/}
|
||||||
filepath=$(mktemp -u -t "bld-$version.jar")
|
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
|
||||||
|
|
||||||
echo "Downloading bld v$version..."
|
echo "Downloading bld v$version..."
|
||||||
echo
|
echo
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
||||||
version=${version##*/}
|
version=${version##*/}
|
||||||
filepath=$(mktemp -u -t "bld-$version.jar")
|
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
|
||||||
|
|
||||||
echo "Downloading bld v$version..."
|
echo "Downloading bld v$version..."
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue