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