nora.codes branding for noracodes fork

This commit is contained in:
Leonora Tindall 2022-01-31 22:21:12 -06:00 committed by Leonora Tindall
commit 9673f563e0
5 changed files with 214 additions and 229 deletions

View file

@ -1,7 +1,14 @@
#!/bin/bash
# Install by:
# $ curl -o pst https://bin.wantguns.dev/client && chmod +x pst
#
# Usage:
# $ pst somefile.txt
# $ cat someimage.png | pst
# Change the url accordingly
URL="https://basedbin.fly.dev"
URL="https://bin.nora.codes"
FILEPATH="$1"
FILENAME=$(basename -- "$FILEPATH")