CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / iw / version.sh
CommitLineData
c8be49dd
JB
1#!/bin/sh
2
3VERSION="#VER#"
4OUT="$1"
5
6echo "const char iw_version[] = \"$VERSION\";" > "$OUT"