Update borg.md

This commit is contained in:
JM Sanchez 2024-08-19 00:07:29 +08:00 committed by GitHub
parent a89f57c149
commit 87270f9b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
--- ---
functions:
shell: 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: sudo:
code: sudo borg extract @:/::: --rsh "sh -c 'sh </dev/tty >/dev/tty 2>/dev/tty'" - code: sudo borg extract @:/::: --rsh "sh -c 'sh </dev/tty >/dev/tty 2>/dev/tty'"
--- ---