Skip to content
Snippets Groups Projects
Commit c23ee3d3 authored by Peter Barker's avatar Peter Barker
Browse files

Tools: tag run-in-terminal-window output with RiTW:

parent 909f7779
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# Sigh: theres no common way of handling command line args :-(
name="$1"
shift
echo "Starting $name : $*"
echo "RiTW: Starting $name : $*"
# default to xterm as it has the most consistent options and can start minimised
if [ -n "$DISPLAY" -a -n "$(which osascript)" ]; then
osascript -e 'tell application "Terminal" to do script "'"$* "'"'
......@@ -20,7 +20,7 @@ elif [ -n "$STY" ]; then
screen -X screen -t "$name" $*
else
filename="/tmp/$name.log"
echo "Window access not found, logging to $filename"
echo "RiTW: Window access not found, logging to $filename"
cmd="$1"
shift
# the following "true" is to avoid bash optimising the following call
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment