example.sh 148 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #!/bin/sh # Place your shell code here # It will be run with two args: buildroot spec # Name this script as package name BUILDROOT="$1" SPEC="$2"