Skip to content

Commit

Permalink
feat: Interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 11, 2023
1 parent f9abd35 commit 4d02f64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions composer
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
phpctl composer $@
2 changes: 2 additions & 0 deletions php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
phpctl php $@

0 comments on commit 4d02f64

Please sign in to comment.