Created
January 30, 2017 22:22
-
-
Save sesopenko/2b63f2af379c8d67b8215a26f7febf14 to your computer and use it in GitHub Desktop.
Bash script to make your laptop nice & toasty warm while using PHPStorm.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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