mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-06 15:58:10 +00:00
Make scripts executable
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+2
-2
@@ -1,4 +1,4 @@
|
||||
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
|
||||
pid=$!
|
||||
pid="${!}"
|
||||
phpunit --configuration phpunit.xml
|
||||
kill $pid
|
||||
kill "${pid}"
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user