Monday, November 9, 2009

Make directory if it doesn't exist return true so you can use it in a make file

[ -d /opt/foo/bin ] || mkdir -p /opt/foo/bin

No comments: