File "test-sample-codes.sh"

Full Path: /home/trinadezambia/public_html/democrm.trinadezambia.com/application/vendor/authorizenet/authorizenet/test-sample-codes.sh
File size: 82 bytes
MIME-type: text/x-shellscript
Charset: utf-8

#!/bin/bash

for file in $(find sample-code-php/ -name '*.php')
do
	php $file
done