b00f4c7793
which will merge into the main branch fairly easily
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#! /bin/sh
|
|
export LOGDIR=./main
|
|
mkdir -p $LOGDIR
|
|
exec multilog t s1000000 n20 $LOGDIR
|
|
|