Add nntmux shell command script to shorten typing (ie ./nntmux nntmux:all in place of php artisan nntmux:all command)

This commit is contained in:
DariusIII
2019-04-04 11:05:23 +02:00
parent 33ac46e7b1
commit 0a20a1470f
2 changed files with 5 additions and 0 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
php artisan "$@"