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
1 #!/bin/sh
2
3 VERSION="#VER#"
4 OUT="$1"
5
6 echo "const char iw_version[] = \"$VERSION\";" > "$OUT"