Skip to content

Instantly share code, notes, and snippets.

@majidalaeinia
Created January 10, 2023 23:36
Show Gist options
  • Select an option

  • Save majidalaeinia/27ef83c606f2c32b186f32a4a815a3bc to your computer and use it in GitHub Desktop.

Select an option

Save majidalaeinia/27ef83c606f2c32b186f32a4a815a3bc to your computer and use it in GitHub Desktop.
Cronjob to Remove IntelliJ Errors
0 */3 * * * '/usr/bin/rm /home/majid/java_error_in_idea_*.log' >> /tmp/cron_remove_java_error_in_idea.log 2>&1
0 */3 * * * '/usr/bin/rm /home/majid/replay_pid*.log' >> /tmp/cron_remove_replay_pid.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment