]> git.pld-linux.org Git - projects/setup.git/blame - etc/profile.d/tmp-dir.csh
- 2.4.7 - lets release it and merge pending patches
[projects/setup.git] / etc / profile.d / tmp-dir.csh
CommitLineData
1441767e 1if ( `/bin/id -u` >= 500 && ! -d ~/tmp ) then
d3ee719e 2 mkdir -p ~/tmp >& /dev/null
1441767e 3 chmod -f og-rwx ~/tmp >& /dev/null
80f01b4d 4endif
This page took 0.063583 seconds and 4 git commands to generate.