Files
rippled/test/runall.sh
2013-07-05 19:23:27 -07:00

6 lines
49 B
Bash

#!/bin/bash
for f in test/*.js
do
node $f
done