mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
uplink mail backup
This commit is contained in:
5
bin/uplink-delete-bucket
Executable file
5
bin/uplink-delete-bucket
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
bucket="$1"
|
||||
access="$2"
|
||||
uplink ls ${access:+--access "$access"} "sj://$bucket/" | awk '{print $NF}' | xargs -I {} uplink rm ${access:+--access "$access"} "sj://$bucket/{}"
|
Reference in New Issue
Block a user