diff options
Diffstat (limited to 'refresh.sh')
| -rwxr-xr-x | refresh.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ projects=${wai}/projects template=${wai}/template.html main="projectile" +# Check if auto enabled +[ $# -gt 0 ] && { echo -e "$(find ${projects}/ -type f)\n$template" | entr $0; exit 0; } + # Clean before rm -rf $public/projects rm -rf $public/*.html |
