Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. # For non-root users, add the current directory to the search path:
  2. if [ ! "`id -u`" = "0" ]; then
  3.  PATH="$PATH:."
  4. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement