nora.codes branding for noracodes fork
This commit is contained in:
parent
874e12fe3f
commit
9673f563e0
5 changed files with 214 additions and 229 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue