example.sh 231 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #!/bin/sh # Place your shell code here # It will be run with two args: buildroot spec # Name this script as package name # You can use SUDO variable, epm tool eget, epm print info and other epm commands BUILDROOT="$1" SPEC="$2"