busybox/examples/shutdown-1.0/script/hardshutdown.make.sh

9 lines
151 B
Bash
Raw Normal View History

#!/bin/sh
gcc -Wall -Os -o hardshutdown hardshutdown.c
strip hardshutdown
#or:
#diet gcc -Wall -o hardshutdown hardshutdown.c
#elftrunc hardshutdown