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
+2
View File
@@ -1,3 +1,5 @@
2019-04-04 DariusIII
* Chg: Add nntmux shell command script to shorten typing (ie ./nntmux nntmux:all in place of php artisan nntmux:all command)
2019-04-03 DariusIII
* Chg: Update tmux install script to install Tmux version 2.9
* Chg: Update used libraries
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
php artisan "$@"