Skip to content

Commit 03200f0

Browse files
author
Adam Soos
committed
ws-3314: add run all examples script
1 parent d054c18 commit 03200f0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

examples/run_examples.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
OPTS=""
4+
if [ -n "$2" ]; then
5+
OPTS="--url=$2"
6+
fi
7+
8+
for f in *.php
9+
do
10+
php $f --key $1 "$OPTS"
11+
done

0 commit comments

Comments
 (0)