move some scripts to devel subfolder
This commit is contained in:
parent
284a454a9a
commit
74d8beff3a
8 changed files with 0 additions and 0 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/zsh
|
||||
versions=$(curl -L https://api.github.com/repos/lihaoyi/Ammonite/releases/latest)
|
||||
|
||||
download-version() {
|
||||
(
|
||||
echo "#/usr/bin/env python --version sh" && \
|
||||
curl -L $( echo $versions \
|
||||
| jq -r ".assets | map(select(.name | startswith(\"$1\")))[0].browser_download_url")
|
||||
) > $2
|
||||
chmod +x $2
|
||||
}
|
||||
download-version 2.13 $(which amm)
|
||||
download-version 2.12 $(which amm)2.12
|
Loading…
Add table
Add a link
Reference in a new issue