7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION="#VER#"
|
|
OUT="$1"
|
|
|
|
echo "const char iw_version[] = \"$VERSION\";" > "$OUT"
|