6 lines
51 B
Text
6 lines
51 B
Text
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
time script/fmt
|
||
|
time script/test
|