Project

General

Profile

1
#!/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 "$@"
(54-54/76)