Skip to content

Instantly share code, notes, and snippets.

@kwhitefoot
kwhitefoot / upload_neocities.sh
Last active May 20, 2017 20:08 — forked from rchrd2/upload_site.sh
Neocities Upload
#!/bin/bash
# Neocities provides an API for uploading files from ./public_html to
# your site.
#
# Example Usage:
# $ USERNAME=username PASS=secret_pass bash upload_site.sh path_to_local_web_root
# or
# $ export USERNAME=username
# $ export PASS=secret_pass