add melontini and madz
This commit is contained in:
parent
d656116f7e
commit
0d01ad0954
2 changed files with 7 additions and 5 deletions
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
|
||||
|
||||
# probably don't need to do this/this is probably worse but it runs weekly so its not *that* bad i think??
|
||||
# script downloads buttons manually and hosts them. so hotlinking but Not Really
|
||||
#!/usr/bin/env bash
|
||||
#set -euo pipefail
|
||||
# script downloads buttons manually and hosts them. so hotlinking but Not Really
|
||||
# probably don't need to do this/this is probably worse but it runs weekly so its not *that* bad i think??
|
||||
|
||||
BUTTONS_DIR=/workspace/sneexy/pages/assets/buttons/friends
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/23sonics.gif" https://me.evilfoundry.net/media/88x31/me.gif
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/autumn.webp" http://autumn.town/assets/buttons/mybutton.webp
|
||||
|
|
@ -21,6 +19,8 @@ curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/keith.gi
|
|||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/kyropy.svg" https://kyropy.neocities.org/images/kyropybutton.svg
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/lars.png" https://larsfrommars.neocities.org/buttons/lars.png
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/lexi.png" https://softkittypa.ws/assets/buttons/softkittypaws.png
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/madz.gif" https://madz258.top/assets/buttons/friends/madzbutton.gif
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/melontini.png" https://melontini.me/88_31/88_31.png
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/micro.png" https://git.gay/Micro/pages/raw/branch/egui-rewrite/src/assets/buttons/micro.png
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/millions.png" https://ofplayers.net/images/88x31/millions.png
|
||||
curl -fsSL -A "synth.download Button Downloader/1.0" -o "${BUTTONS_DIR}/neil.png" https://neil.cyrneko.eu/button.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue