Koepnick

Streaming Server Source

Jan 24th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. # Overload cd
  2. function cd
  3. {
  4.   builtin cd "$@" && /usr/bin/tree -C -L 1 "$(pwd)" > /tmp/tree
  5. }
Add Comment
Please, Sign In to add comment