document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-131766\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\"><span class=\"c1\">#!/usr/bin/env ruby<\/span><\/div><div class=\"line\" id=\"LC2\">&nbsp;<\/div><div class=\"line\" id=\"LC3\"><span class=\"c1\"># Hi! Welcome to your new weight-loss program, tenplustwo.<\/span><\/div><div class=\"line\" id=\"LC4\"><span class=\"c1\"># First thing&#39;s first. We need a way to communicate.<\/span><\/div><div class=\"line\" id=\"LC5\">&nbsp;<\/div><div class=\"line\" id=\"LC6\"><span class=\"k\">def<\/span> <span class=\"nf\">shout<\/span><span class=\"p\">(<\/span> <span class=\"n\">msg<\/span> <span class=\"p\">);<\/span> <span class=\"sb\">`growlnotify -s -m &quot;<\/span><span class=\"si\">#{<\/span><span class=\"n\">msg<\/span><span class=\"si\">}<\/span><span class=\"sb\">&quot;`<\/span><span class=\"p\">;<\/span> <span class=\"k\">end<\/span><\/div><div class=\"line\" id=\"LC7\">&nbsp;<\/div><div class=\"line\" id=\"LC8\"><span class=\"c1\"># Put on your running shoes.<\/span><\/div><div class=\"line\" id=\"LC9\">&nbsp;<\/div><div class=\"line\" id=\"LC10\"><span class=\"n\">running<\/span> <span class=\"o\">=<\/span> <span class=\"kp\">true<\/span><\/div><div class=\"line\" id=\"LC11\">&nbsp;<\/div><div class=\"line\" id=\"LC12\"><span class=\"c1\"># Are you sure you know when enough is enough?<\/span><\/div><div class=\"line\" id=\"LC13\">&nbsp;<\/div><div class=\"line\" id=\"LC14\"><span class=\"k\">def<\/span> <span class=\"nf\">stop<\/span><\/div><div class=\"line\" id=\"LC15\">&nbsp;&nbsp;<span class=\"nb\">puts<\/span> <span class=\"s2\">&quot;All right, Joe. Good run. Come back for more!&quot;<\/span><\/div><div class=\"line\" id=\"LC16\">&nbsp;&nbsp;<span class=\"nb\">exit<\/span><\/div><div class=\"line\" id=\"LC17\"><span class=\"k\">end<\/span><\/div><div class=\"line\" id=\"LC18\">&nbsp;<\/div><div class=\"line\" id=\"LC19\"><span class=\"c1\"># Now you do! Now where&#39;s my whistle...<\/span><\/div><div class=\"line\" id=\"LC20\">&nbsp;<\/div><div class=\"line\" id=\"LC21\"><span class=\"nb\">trap<\/span> <span class=\"s2\">&quot;INT&quot;<\/span><span class=\"p\">,<\/span> <span class=\"s2\">&quot;stop&quot;<\/span><\/div><div class=\"line\" id=\"LC22\">&nbsp;<\/div><div class=\"line\" id=\"LC23\"><span class=\"c1\"># Found it. Now remember, this program is called tenplustwo.<\/span><\/div><div class=\"line\" id=\"LC24\"><span class=\"c1\"># That&#39;s a ten...<\/span><\/div><div class=\"line\" id=\"LC25\">&nbsp;<\/div><div class=\"line\" id=\"LC26\"><span class=\"k\">def<\/span> <span class=\"nf\">ten<\/span><\/div><div class=\"line\" id=\"LC27\">&nbsp;&nbsp;<span class=\"nb\">sleep<\/span> <span class=\"mi\">60<\/span><span class=\"o\">*<\/span><span class=\"mi\">10<\/span><\/div><div class=\"line\" id=\"LC28\">&nbsp;&nbsp;<span class=\"n\">shout<\/span> <span class=\"s2\">&quot;Ten minutes of work are up. Leisure time!&quot;<\/span><\/div><div class=\"line\" id=\"LC29\">&nbsp;&nbsp;<span class=\"k\">def<\/span> <span class=\"nf\">+<\/span><span class=\"p\">(<\/span> <span class=\"n\">nxt<\/span> <span class=\"p\">);<\/span> <span class=\"k\">end<\/span><\/div><div class=\"line\" id=\"LC30\"><span class=\"k\">end<\/span><\/div><div class=\"line\" id=\"LC31\">&nbsp;<\/div><div class=\"line\" id=\"LC32\"><span class=\"c1\"># ... and a two.<\/span><\/div><div class=\"line\" id=\"LC33\">&nbsp;<\/div><div class=\"line\" id=\"LC34\"><span class=\"k\">def<\/span> <span class=\"nf\">two<\/span><\/div><div class=\"line\" id=\"LC35\">&nbsp;&nbsp;<span class=\"nb\">sleep<\/span> <span class=\"mi\">60<\/span><span class=\"o\">*<\/span><span class=\"mi\">2<\/span><\/div><div class=\"line\" id=\"LC36\">&nbsp;&nbsp;<span class=\"n\">shout<\/span> <span class=\"s2\">&quot;Break&#39;s over. Get busy! *whips*&quot;<\/span><\/div><div class=\"line\" id=\"LC37\"><span class=\"k\">end<\/span><\/div><div class=\"line\" id=\"LC38\">&nbsp;<\/div><div class=\"line\" id=\"LC39\"><span class=\"c1\"># You can also spell it as 10+2 if you&#39;re low on characters for a tweet.<\/span><\/div><div class=\"line\" id=\"LC40\"><span class=\"c1\"># We&#39;re all set. Ready? Set. Run!<\/span><\/div><div class=\"line\" id=\"LC41\">&nbsp;<\/div><div class=\"line\" id=\"LC42\"><span class=\"n\">ten<\/span> <span class=\"o\">+<\/span> <span class=\"n\">two<\/span> <span class=\"k\">while<\/span> <span class=\"n\">running<\/span> <span class=\"c1\"># Hope you brought a water bottle.<\/span><\/div><\/pre><\/div>\n          \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/131766/fe987588226d7ce3e5e5ace5b302ba33bc7fc67a/gistfile1.rb\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/131766#file_gistfile1.rb\" style=\"float:right;margin-right:10px;color:#666\">gistfile1.rb<\/a>\n          <a href=\"http://gist.github.com/131766\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
