view test/run-build.sh @ 161:b8c23c9232c7

- marked linux sparc as fully supported, as callback support is in and tests all confirmed working
author cslag
date Thu, 29 Dec 2016 10:55:56 -0600
parents 3e629dc19168
children
line wrap: on
line source

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