Skip to content

Commit

Permalink
Add nntmux shell command script to shorten typing (ie ./nntmux nntmux…
Browse files Browse the repository at this point in the history
…:all in place of php artisan nntmux:all command)
  • Loading branch information
DariusIII committed Apr 4, 2019
1 parent 33ac46e commit 0a20a14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions nntmux
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

php artisan "$@"

0 comments on commit 0a20a14

Please sign in to comment.