This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/scripts/update-json.sh

6 lines
101 B
Bash
Raw Permalink Normal View History

2022-09-25 13:54:42 +00:00
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl
URL=$1
WRITE_PATH=$2
curl -L $URL > $WRITE_PATH