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