mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-01-22 04:01:47 -05:00
11 lines
No EOL
318 B
Bash
11 lines
No EOL
318 B
Bash
#!/bin/sh
|
|
chmod +x CompileLatestClient.sh
|
|
chmod +x build_help.sh
|
|
chmod +x build_init.sh
|
|
chmod +x build_make_workspace.sh
|
|
chmod +x build_make_pullrequest.sh
|
|
chmod +x build_test_pullrequest.sh
|
|
chmod +x build_make_unpatched.sh
|
|
chmod +x build_merge_pullrequest.sh
|
|
chmod +x build_merge_direct.sh
|
|
chmod +x build_clean_tmp.sh |