From 78c74c840263767bd0b0caa1916472754456360d Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 9 Dec 2015 13:53:46 +0100 Subject: [PATCH] removed more junk --- user_interface/plotalldat.sh | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 user_interface/plotalldat.sh diff --git a/user_interface/plotalldat.sh b/user_interface/plotalldat.sh deleted file mode 100755 index d490adf..0000000 --- a/user_interface/plotalldat.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - -for i in *.dat; do - -datfile=$i -datfilebase=$(echo $datfile| sed 's/.dat//') - -cat <