1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

sub prompt other commands

This commit is contained in:
Taylor Otwell
2016-05-04 14:17:46 -05:00
parent afe184cb8c
commit 650ea00cbf

2
valet
View File

@@ -10,7 +10,7 @@ then
cd $OLDPWD
fi
if [[ $1 = "install" ]]
if [[ $1 = "install" ]] || [[ $1 = "restart" ]] || [[ $1 = "stop" ]] || [[ $1 = "uninstall" ]]
then
sudo php $DIR/valet.php $@
elif [[ $1 = "share" ]]