You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inotifywait -m reports -e create | while read path action file; do
echo "$file changed in $path: $action"
echo "Subject: New Error Report" > emailErrorReport
echo "Hello Master" >> emailErrorReport
echo "It appears the game has crashed, and a new error report was generated.. When you have a moment out of your busy lifestyle, please look into this." >> emailErrorReport