]> git.pld-linux.org Git - projects/setup.git/blame - etc/profile.d/tmp-dir.csh
- ~/tmp creation for (t)csh
[projects/setup.git] / etc / profile.d / tmp-dir.csh
CommitLineData
80f01b4d
JR
1if ( ! -d ~/tmp ) then
2 mkdir -p ~/tmp &> /dev/null
3 chmod -f og-rwx ~/tmp
4endif
This page took 0.026897 seconds and 4 git commands to generate.