diff --git a/Makefile b/Makefile index 5f8aceb..cbed379 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,5 @@ test: install: @sudo ln -sf $(shell pwd)/phpctl /usr/local/bin/phpctl @sudo ln -sf $(shell pwd)/phpctl /usr/local/bin/pctl + @sudo ln -sf $(shell pwd)/php /usr/local/bin/php + @sudo ln -sf $(shell pwd)/composer /usr/local/bin/composer diff --git a/composer b/composer new file mode 100755 index 0000000..37ec280 --- /dev/null +++ b/composer @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +phpctl composer $@ diff --git a/php b/php new file mode 100755 index 0000000..ba427de --- /dev/null +++ b/php @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +phpctl php $@