mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(fish): set is local by default
This commit is contained in:
parent
35e733418f
commit
c33a8aaea8
7 changed files with 15 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function upload
|
||||
if count $argv >/dev/null
|
||||
set -f dest_name (file_mantissa $argv)"_"(timestamp)(file_extension $argv)
|
||||
set dest_name (file_mantissa $argv)"_"(timestamp)(file_extension $argv)
|
||||
|
||||
rsync -r -v --chown=caddy:caddy --chmod=u=rwX,g=rX,o=rX --exclude ".DS_Store" --update --times --compress --delay-updates \
|
||||
$argv \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue