mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -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=${version##*/}
|
||||
filepath=$(mktemp -u -t "bld-$version.jar")
|
||||
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
|
||||
|
||||
echo "Downloading bld v$version..."
|
||||
echo
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
|
||||
version=${version##*/}
|
||||
filepath=$(mktemp -u -t "bld-$version.jar")
|
||||
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
|
||||
|
||||
echo "Downloading bld v$version..."
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue