nixpkgs/pkgs/development/tools/azure-static-sites-client/update.sh
2022-12-20 13:06:45 +01:00

10 lines
240 B
Bash
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl
set -euo pipefail
dirname="$(dirname "$0")"
curl -O --silent --output-dir "$dirname" 'https://swalocaldeploy.azureedge.net/downloads/versions.json'
echo "" >> "$dirname/versions.json"