Files
linux-kernel-module-cheat/qemu-rr
Ciro Santilli 六四事件 法轮功 f895d89227 qemu-rr: remove ./run -r and -R record and replay short options
In line with the "be very conservative with short options" philosophy.
2019-11-14 00:00:00 +00:00

5 lines
68 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
./run --record "$@"
./run --replay "$@"