Welkom op LIRONICS DOCs'

Updated: 29-03-2020

cmd_list.sh

#!/bin/bash
#
#CVS: $Header$

shopt -s -o nounset

#global declarations

#sanity checks

#main script

echo $1 >> cmd_file ; $2 >> cmd_file ; echo "" >> cmd_file
cat cmd_file

#cleanup
exit 0