This file contains hidden or 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
| module JohnsThings | |
| class AwesomeTool | |
| def is_awesome? | |
| true | |
| end | |
| end | |
| end | |
| class HurricaneTool | |
| include JohnsThings |
This file contains hidden or 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
| # A neat trick to find out what embarrassing songs in your library your family or coworkers are listening to. | |
| # Execute this in terminal | |
| lsof +p $(pgrep -x iTunes) | grep iTunes\ Music/Music |
NewerOlder