view test/run-build.sh @ 183:e38d33230b09

- typo fix in x64 asm end_proc use (only affected masm)
author Tassilo Philipp
date Mon, 13 Feb 2017 14:09:15 +0100
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
for i in $* ; do
  $i/$i
done