summaryrefslogtreecommitdiff
path: root/src/hal/components/mkconv.sh
blob: b594843654f9be4da3ca12a0d7b6056b6ed26ab8 (plain)
1
2
3
#!/bin/bash
if [ "$1" = "float" -o "$2" = "float" ]; then F=""; else F="nofp"; fi
sed -e "s,@IN@,$1,g; s,@OUT@,$2,g; s,@CC@,$3,g; s,@MIN@,${4-0},g; s,@MAX@,${5-0},g; s,@FP@,$F,g;"