quick safety
This commit is contained in:
parent
067c71c78a
commit
08a3290b46
3
make
3
make
@ -1,8 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rootDir='./site/'
|
rootDir='./site/'
|
||||||
targetDir='post/'
|
targetDir='post/'
|
||||||
|
if [ -f .creds ]
|
||||||
|
then
|
||||||
source .creds
|
source .creds
|
||||||
url="https://$user:$pass@neocities.org/api/upload"
|
url="https://$user:$pass@neocities.org/api/upload"
|
||||||
|
fi
|
||||||
|
|
||||||
# auto tools should be able to fix this
|
# auto tools should be able to fix this
|
||||||
post() {
|
post() {
|
||||||
|
Loading…
Reference in New Issue
Block a user