Project

General

Profile

1 6044 aaronmk
#!/bin/sh
2
# Runs script verbosely on vegbien db, echoing commands and timings.
3
4
selfDir="$(dirname -- "$0")"
5
6
(echo '\\timing on'; cat)|"time" "$selfDir/psql_script_vegbien" --echo-all "$@"