mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-23 23:23:47 +08:00
5 lines
37 B
Bash
5 lines
37 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
php ./test/php.php
|