all:
	strace -tf ./check_db_main.sh 2>strace-log.txt

clean:
	rm -f *.txt
