aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-08-10 02:40:04 -0400
committerSquibid <me@zacharyscheiman.com>2024-08-10 02:40:04 -0400
commit46c1a319051ec87fe3cb8f14000e62e050abdab3 (patch)
tree4575224848e4ba72c9543fadf7155364ad02afe8 /README.md
parentcec832f43f8971eb331678ce8d8a66ed9df816d6 (diff)
downloadauto.s-46c1a319051ec87fe3cb8f14000e62e050abdab3.tar.gz
auto.s-46c1a319051ec87fe3cb8f14000e62e050abdab3.tar.bz2
auto.s-46c1a319051ec87fe3cb8f14000e62e050abdab3.zip
add root cp
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index db46e25..7f881b7 100644
--- a/README.md
+++ b/README.md
@@ -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
```