]> git.pld-linux.org Git - projects/setup.git/blob - etc/profile.d/tmp-dir.sh
- typo
[projects/setup.git] / etc / profile.d / tmp-dir.sh
1 if [ ! -d ~/tmp ]; then
2     mkdir -p ~/tmp &> /dev/null
3     chmod -f og-rwx ~/tmp
4 fi
This page took 0.073804 seconds and 3 git commands to generate.