From c235ff248f00a8668ebbc4918d850a9cfcd50a15 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 30 Mar 2019 17:07:58 +0100 Subject: [PATCH] automatically change into pcap dir --- p4app/sniff-host.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/p4app/sniff-host.sh b/p4app/sniff-host.sh index 60ce11e..56058f3 100755 --- a/p4app/sniff-host.sh +++ b/p4app/sniff-host.sh @@ -6,6 +6,7 @@ if [ $# -ne 2 ]; then fi set -x +cd ~/master-thesis/pcap host=$1 name=$2