From d246dbafba2d42d698f0bc57f0bf023bcfa34306 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Sat, 12 Oct 2019 22:38:22 -0400 Subject: [PATCH] tweak to put the output into the CWD --- so | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5