diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-21 16:27:55 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-21 16:32:47 +0300 |
| commit | c79bbdb0448501987c0c16c2877c780143156d1e (patch) | |
| tree | ff518148959a27e0efa655b3e40c4efea074a383 /run.sh | |
| parent | Write other process' memory (diff) | |
| download | linux-game-trainer-c79bbdb0448501987c0c16c2877c780143156d1e.tar.gz linux-game-trainer-c79bbdb0448501987c0c16c2877c780143156d1e.zip | |
Changes in trainer interface, bug fixes & helper scripts
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" | ||
