mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
6 lines
49 B
Bash
6 lines
49 B
Bash
#!/bin/bash
|
|
for f in test/*.js
|
|
do
|
|
node $f
|
|
done
|