personal collection

since i dont have cookies and other pozz living in my browser, i prefer to update this site with a curl command in a tiny bash script.this way i dont have to log in to do anything. this is it. cheers.

for f in $(ls *.html *.css); do
curl -F "$f=@$f" "https://$yourwebsite:$yourpassword@neocities.org/api/upload";
done;

personal collection

xbm files can be used as a background with xsetroot. i use this command for a random background on login.

$ xsetroot -bitmap $(find ~/Pictures/bmp/*.xbm -type f | shuf -n 1 ) -bg "#101010" -fg '#222222'

download here - https://files.catbox.moe/ukmorq (save as list) https://files.catbox.moe/aisqv1.sh , then run ./aisqv1.sh with list in the same dir, as with every script you run on your machine, give it a read before you run it to make sure i am not hacking you and stealing your robux. you will end up with 185 xbm files in total.