nt9856x/BSP/busybox/examples/shutdown-1.0/script/hardshutdown.make.sh
2023-03-28 15:07:53 +08:00

9 lines
151 B
Bash
Executable File

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