Hacker News new | ask | show | jobs
by cwojscs 4694 days ago
mkdir {js,cs}

coffee -cwo js cs &

echo "alert 'x'" > cs/x.coffee

echo "<script src='js/x.js'></script>" > x.html

open x.html

echo "alert 'x2'" > cs/x.coffee

refresh x.html