tweak to put the output into the CWD
authorJason Etheridge <jason@equinoxinitiative.org>
Sun, 13 Oct 2019 02:38:22 +0000 (22:38 -0400)
committerJason Etheridge <jason@equinoxinitiative.org>
Sun, 13 Oct 2019 02:38:22 +0000 (22:38 -0400)
so

diff --git a/so b/so
index 52f078d..784ee2a 100755 (executable)
--- 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