Skip to content

Instantly share code, notes, and snippets.

@sesopenko
Created January 30, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sesopenko/2b63f2af379c8d67b8215a26f7febf14 to your computer and use it in GitHub Desktop.
Save sesopenko/2b63f2af379c8d67b8215a26f7febf14 to your computer and use it in GitHub Desktop.
Bash script to make your laptop nice & toasty warm while using PHPStorm.
#!/bin/bash
for i in $( ls ); do
echo $(( ( RANDOM % 10 ) + 1 )) > force_phpstorm_synchronize.php
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment