aboutsummaryrefslogtreecommitdiff
path: root/CDScript/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'CDScript/README.md')
-rw-r--r--CDScript/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CDScript/README.md b/CDScript/README.md
new file mode 100644
index 0000000..2c0fe83
--- /dev/null
+++ b/CDScript/README.md
@@ -0,0 +1,11 @@
+# cd(1)
+
+`cd` may not be a shell built-in.
+
+Usage: `/path/to/cd /path/`
+
+Requires root. Not working on fish.
+
+## Under the hood
+
+I just ptrace to attach to the shell and call the `chdir()` syscall.