1 2 3 4 5 6 7
#!/bin/sh # DF-0834 build.sh — compile the UFS image patcher helper. set -e cd "$(dirname "$0")" cc -O2 -Wall -o patch_ufs patch_ufs.c echo "BUILD_EXIT=$?" ls -l patch_ufs