aboutsummaryrefslogtreecommitdiff
path: root/CDScript/README.md
blob: 2c0fe839a41a8590dfd4c84e28cc7b40ce48bfc2 (plain)
1
2
3
4
5
6
7
8
9
10
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.