1 2 3 4 5 6
#!/bin/sh # DF-0680 trigger build set -e cd "$(dirname "$0")" cc -Wall -o trigger trigger.c ls -l trigger