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
2025-07-18 17:38:16 +08:00
Code
Activity
Files
78dab58646d5983c77af44c45a877b89196eb82c
hl2sdk
/
creategameprojects
6 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Shebang-style executable files don't work with CR LF line endings... (#108)
2022-10-15 06:53:52 -07:00
#!/bin/bash
pushd `dirname $0`
devtools/bin/vpc /hl2mp +game /mksln games
popd
Copy Permalink