From: Jason Etheridge Date: Sun, 13 Oct 2019 02:38:22 +0000 (-0400) Subject: tweak to put the output into the CWD X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=d246dbafba2d42d698f0bc57f0bf023bcfa34306 tweak to put the output into the CWD --- diff --git a/so b/so index 52f078d..784ee2a 100755 --- a/so +++ b/so @@ -1,2 +1,2 @@ #!/bin/bash -time mig sql -f $1 2>&1 | tee $1.out +time mig sql -f $1 2>&1 | tee `basename $1`.out