Update borg.md

This commit is contained in:
JM Sanchez 2024-08-19 00:11:11 +08:00 committed by GitHub
parent 475024e8da
commit 8bcef2711f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,8 @@
---
functions:
shell:
- code: borg extract @:/::: --rsh "sh -c 'sh </dev/tty >/dev/tty 2>/dev/tty'"
- code: >
borg extract @:/::: --rsh "sh -c 'sh </dev/tty >/dev/tty 2>/dev/tty'"
sudo:
- code: sudo aa-exec /bin/sh
---