Skip to content

Commit e347ddc

Browse files
author
Sylvain Fraïssé
committed
refactor: update the commands
Rename `CG` commands by `TECHIO`
1 parent decdda5 commit e347ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/cgjavac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
echo "CG> redirect-streams --input err compilation"
3+
echo "TECHIO> redirect-streams --input err compilation"
44

55
java -jar /usr/src/codingame/java-compiler/java-compiler.jar "$@"
66
compilationExitCode=$?
77

8-
echo "CG> redirect-streams --reset --input err compilation"
8+
echo "TECHIO> redirect-streams --reset --input err compilation"
99

1010
exit $compilationExitCode

0 commit comments

Comments
 (0)