diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ``` |