1 2 3 4 5 6
#!/bin/sh # DF-2854 run (inside the guest, as ANY unprivileged user) set -e cd "$(dirname "$0")" cc -O -Wall -o rman_leak rman_leak.c ./rman_leak