#!/bin/sh

gcc -O2 -no-pie -fno-stack-protector -fno-stack-clash-protection \
    -D_FORTIFY_SOURCE=0 -w -o goodluck goodluck.c