diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -0,0 +1,10 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | if [ "$#" -ne 1 ] | ||
| 4 | then | ||
| 5 | printf "Usage: %s <tracee_pid>\n" "$0" | ||
| 6 | exit 1 | ||
| 7 | fi | ||
| 8 | |||
| 9 | gnome-terminal -- bash ./scripts/scan.sh "$1" | ||
| 10 | gnome-terminal -- bash ./scripts/read.sh "$1" | ||
