5 lines
60 B
Text
5 lines
60 B
Text
|
#!/bin/bash
|
||
|
if make -j 8; then
|
||
|
./editor tests/test.json
|
||
|
fi
|