All pastes #2062151 Raw Edit

Stuff

public text v1 · immutable
#2062151 ·published 2011-05-17 08:10 UTC
rendered paste body
# For non-root users, add the current directory to the search path:
if [ ! "`id -u`" = "0" ]; then
 PATH="$PATH:."
fi