watch Command
watch *.json "echo 'config file updated!'"set command = "echo 'You added \${item}!'"
watch command="foreach '\${watcher_added}' \${command}" --verboseLast updated
Was this helpful?
watch *.json "echo 'config file updated!'"set command = "echo 'You added \${item}!'"
watch command="foreach '\${watcher_added}' \${command}" --verboseLast updated
Was this helpful?
Was this helpful?