]> git.pld-linux.org Git - projects/setup.git/blob - etc/profile.d/tmp-dir.csh
98af61bbce482d0b7dc0fed9768c165931a6aa83
[projects/setup.git] / etc / profile.d / tmp-dir.csh
1 if ( `/bin/id -u` >= 500 && ! -d ~/tmp ) then
2         mkdir -p ~/tmp >& /dev/null
3         chmod -f og-rwx ~/tmp >& /dev/null
4 endif
5 setenv TMPDIR ~/tmp
This page took 0.095078 seconds and 2 git commands to generate.