crosstool-ng/scripts/toolchain-config.in
Yann E. MORIN" 4cfd308098 Move toolchain-config.in from tools/ to scripts/
Small documentation fix.

 /trunk/scripts/crosstool.sh |    2     1     1     0 +-
 /trunk/docs/overview.txt    |    1     1     0     0 +
 2 files changed, 2 insertions(+), 1 deletion(-)
2008-12-11 18:21:18 +00:00

9 lines
232 B
Bash

#!/bin/sh
SKIP_ME="### CT_NG SKIP ME ###"
skip_me=$(($(cat "${0}" |grep --binary-files=text -o -b -E "^${SKIP_ME}$" |cut -d : -f 1)+${#SKIP_ME}+1))
dd if="${0}" bs=${skip_me} skip=1 2>/dev/null |bzcat
exit 0
### CT_NG SKIP ME ###