add root cp

This commit is contained in:
2024-08-10 02:40:04 -04:00
parent cec832f43f
commit 46c1a31905
2 changed files with 13 additions and 4 deletions

View File

@ -14,6 +14,10 @@ $$ echo "a shell command"
# copying files
filea -> fileb
# the copy command may also be prefixed with a # like so:
filea #-> fileb
# which will copy the file as root
# installing programs
:: neovim,firefox,neofetch
```