diff --git a/Changelog b/Changelog index f3096a881..9ed4fca58 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/nntmux b/nntmux new file mode 100755 index 000000000..2de119cdf --- /dev/null +++ b/nntmux @@ -0,0 +1,3 @@ +#!/bin/sh + +php artisan "$@"