view nasmbuild/nasm-2.13rc9/test/new @ 10714:0350bdce1ab8

<rdococ> revert
author HackBot
date Sun, 16 Apr 2017 15:59:43 +0000
parents 587a0a262d22
children
line wrap: on
line source

#!/bin/sh
for f; do
  if [ -e "$f".asm ]; then
    # For safety...
    echo "$0: $f already exists" 1>&2
    exit 1
  fi
  echo ";Testname=test; Arguments=-fbin -o$f.bin; Files=stdout stderr $f.bin" > "$f".asm
done