Skip to content

Commit

Permalink
feat: Couscous
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 14, 2023
1 parent 13f0302 commit 5a57a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added rootfs/usr/local/bin/couscous
Binary file not shown.
4 changes: 4 additions & 0 deletions src/php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ phpunit() {
php-cs-fixer() {
run -- vendor/bin/php-cs-fixer ${@}
}

couscous() {
run -- couscous ${@}
}

0 comments on commit 5a57a48

Please sign in to comment.