Apple store is closed worldwide
apple.com2 pointsby ggreg844 comments
#!/usr/bin/env sh
set -e
while true; do
inotifywait -e modify,create,delete,move -r $1 $2
done
and then just call it: run_on_modify path/to/dir path/to/bin
After reading the entire analysis, I'm left wondering, what observations in this analysis - if any - actually apply to CUDA?