From e84c231d0ee41f206e76e24afc1b956e929f0753 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 30 Mar 2016 16:16:00 -0700 Subject: [PATCH] Add logging runfile --- client/log/run | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 client/log/run diff --git a/client/log/run b/client/log/run new file mode 100755 index 0000000..75155a4 --- /dev/null +++ b/client/log/run @@ -0,0 +1,7 @@ +#!/bin/sh + +if test ! -d main; then + mkdir main +fi + +exec multilog t ./main