4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
TOOLS="java -XX:+UseParallelGC -cp $HOME/Downloads/tla2tools.jar"
|
|
|
|
$TOOLS tlc2.TLC -workers auto -fpmem 0.75 $*
|