Admin/Cygwin/init.bat
changeset 48204 3155cee13c49
parent 48203 4b93fc861cfa
parent 48198 4cae75fa29f2
child 48205 09c2a3d9aa22
equal deleted inserted replaced
48203:4b93fc861cfa 48204:3155cee13c49
     1 @echo off
       
     2 
       
     3 cd "%~dp0"
       
     4 cd "..\.."
       
     5 
       
     6 echo Initializing ...
       
     7 "contrib\cygwin-1.7.9\bin\ash" /bin/rebaseall
       
     8 "contrib\cygwin-1.7.9\bin\bash" -c "PATH=/bin; chmod -wx $(find heaps -type f); mkpasswd -l >/etc/passwd; mkgroup -l >/etc/group"