Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../config/../vendor/phpunit/./../maatwebsite/../webklex/../authorizenet/authorizenet/.
الملفات الموجودة في هذا الـ Path:
.
..
.gitignore
.gitmodules
.scrutinizer.yml
.travis.yml
AnetApiSchema.xsd
CONTRIBUTING.md
LICENSE.txt
MIGRATING.md
README.md
autoload.php
classmap.php
composer.json
doc
lib
phpunit.xml.dist
resources
sample-code-php
scripts
test-sample-codes.sh
tests

مشاهدة ملف: test-sample-codes.sh

#!/bin/bash

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