/[health_html]/mkdir.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /mkdir.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Wed Aug 8 11:53:50 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
File MIME type: application/x-sh
Shell script for creating neccessary dirs.

1 #! /bin/sh
2 echo -n "Creating dirs:"
3 for i in img/news img/bolesti templates_c
4 do
5 [ -e "${i}" ] && continue
6 echo -n " [${i}]"
7 mkdir -p "${i}"
8 chmod 777 "${i}"
9 done
10 echo " done."
11 exit "${?}"

  ViewVC Help
Powered by ViewVC 1.1.26