Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
e344a02c65
commit
c9c512486d
23 changed files with 0 additions and 2 deletions
22
local/bin/up
22
local/bin/up
|
@ -1,22 +0,0 @@
|
|||
#!/bin/zsh
|
||||
|
||||
upload() {
|
||||
http --check-status --ignore-stdin --form \
|
||||
POST https://up.00dani.me/ \
|
||||
Authorization:$UP_TOKEN \
|
||||
file@$1
|
||||
}
|
||||
|
||||
if (( $# == 0 )); then
|
||||
upload =(cat)
|
||||
exit $?
|
||||
fi
|
||||
|
||||
for f; do
|
||||
if [[ ! -r $f ]]; then
|
||||
print "up: $f is not a readable file" >&2
|
||||
exit 1
|
||||
fi
|
||||
upload $f || exit $?
|
||||
print
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue