1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

added sudoers entries.

This commit is contained in:
Taylor Otwell
2016-05-10 21:45:49 -05:00
parent a33e8732a7
commit 6a1e3c9af9
3 changed files with 4 additions and 9 deletions

2
valet
View File

@@ -1,8 +1,6 @@
#!/usr/bin/env bash
SOURCE="${BASH_SOURCE[0]}"
echo $SOURCE
exit
# Resolve possible symbolic link (http://stackoverflow.com/a/246128/416354)
while [ -h "$SOURCE" ]; do