aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
blob: 6de589798e504fec3666b5220dc64bdc1f6efb07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [ "$#" -ne 1 ]
then
    printf "Usage: %s <tracee_pid>\n" "$0"
    exit 1
fi

gnome-terminal -- bash ./scripts/scan.sh "$1"
gnome-terminal -- bash ./scripts/read.sh "$1"