view test/run-build.sh @ 115:b0d5b49bf418

- added more macros to detect MIPS platforms
author cslag
date Thu, 23 Jun 2016 12:21:07 +0200
parents 3e629dc19168
children
line wrap: on
line source

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