example.sh 148 Bytes
Newer Older
1
#!/bin/sh
Vitaly Lipatov's avatar
Vitaly Lipatov committed
2 3 4 5
# Place your shell code here
# It will be run with two args: buildroot spec
# Name this script as package name

6 7 8
BUILDROOT="$1"
SPEC="$2"