wow
This commit is contained in:
parent
ac5cba1c4d
commit
225d0f4b25
2 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
rust-analyzer
|
||||
gcc
|
||||
zig-overlay.packages."x86_64-linux".master
|
||||
curl
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
libdisplay-info
|
||||
|
|
|
|||
7
push.sh
Executable file
7
push.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
for file in $(find public -type f)
|
||||
do
|
||||
echo "uploading: $file"
|
||||
curl -X PUT --data @$file -u "Rakarake:h7us3lTlFWVaRTKq16" https://mdf.farm/api/$file
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue