add createallprojects, fix permissions

This commit is contained in:
nillerusr
2020-10-22 13:51:27 +03:00
parent 97facb6fdd
commit af9544dcaa
111 changed files with 5 additions and 0 deletions

5
createallprojects Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
pushd `dirname $0`
devtools/bin/vpc /f /hl2 +everything /mksln everything
popd