2024-10-10
This commit is contained in:
24
core/make.sh
Executable file
24
core/make.sh
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
cd judged
|
||||
make
|
||||
chmod +x judged
|
||||
cp judged /usr/bin
|
||||
cd ../judge_client
|
||||
make
|
||||
chmod +x judge_client
|
||||
cp judge_client /usr/bin
|
||||
cd ../sim/sim_3_01
|
||||
make fresh
|
||||
make exes
|
||||
chmod +x sim*
|
||||
cp sim_c.exe /usr/bin/sim_c
|
||||
cp sim_c++.exe /usr/bin/sim_cc
|
||||
cp sim_java.exe /usr/bin/sim_java
|
||||
cp sim_pasc.exe /usr/bin/sim_pas
|
||||
cp sim_text.exe /usr/bin/sim_text
|
||||
cp sim_lisp.exe /usr/bin/sim_scm
|
||||
cd ..
|
||||
cp sim.sh /usr/bin
|
||||
chmod +x /usr/bin/sim.sh
|
||||
#ln -fs /usr/bin/sim_c /usr/bin/sim_cc 2>&1 > /dev/null
|
||||
echo "done!"
|
||||
Reference in New Issue
Block a user