]> zdv2.bktei.com Git - BK-2023-05.git/blob - src/monitor.sh
feat(src/kr):Save state of source files
[BK-2023-05.git] / src / monitor.sh
1 #!/bin/bash
2 date --iso-8601=ns;
3 TIMEFORMAT='real: %3R user: %3U sys: %3S cpu: %P'; time gcc -o test test.c;
4 TIMEFORMAT='real: %3R user: %3U sys: %3S cpu: %P'; time ./test;
5 ls -al test.c
6 ls -al test