This website requires JavaScript.
Explore
Help
Sign In
Backups
/
hl2sdk
Watch
1
Star
0
Fork
0
You've already forked hl2sdk
mirror of
https://github.com/alliedmodders/hl2sdk.git
synced
2024-12-22 09:38:56 +08:00
Code
sdk2013
hl2sdk
/
createallprojects
6 lines
91 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Shebang-style executable files don't work with CR LF line endings... (#108)
2022-10-15 21:53:52 +08:00
#!/bin/bash
pushd `dirname $0`
devtools/bin/vpc /hl2mp +everything /mksln everything
popd
Copy Permalink