example.sh 141 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/sh
# Place shell code here
# It will run with two args: buildroot spec
# Name this script like package name
BUILDROOT="$1"
SPEC="$2"