mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-16 17:05:39 +02:00
12 lines
204 B
Bash
12 lines
204 B
Bash
#!/bin/bash
|
|
#
|
|
# $Id$
|
|
#
|
|
# $Log$
|
|
#
|
|
MYCMD=`basename ${0} .tail`
|
|
LOGFILE=`pwd`/${MYCMD}.log
|
|
rm -f ${LOGFILE} >/dev/null 2>&1
|
|
touch ${LOGFILE}
|
|
CMD \/c start "Snapshot Logfile ${LOGFILE}" /i tail -f ${LOGFILE}
|