Update multiple configs

This commit is contained in:
Tobias Reisinger 2025-04-17 15:30:57 +02:00
parent 1213f06bfc
commit d8439473fb
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 23 additions and 6 deletions

6
.bin/simple-aliases Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env sh
case "$1" in
"s3-public") rclone copyto -P "$2" "s3-serguzim-me:public/$2" ;;
*) echo "Unknown alias: $1" ;;
esac