perl -e 'while (1) {}'
perl -e 'while(1) { fork }' should be much more effective :)
# put an extra load on the windmill when the battery isn't chargingsleep 1 if ($charger->is_charging_battery) while (1);
get a better processor
Post a Comment
3 comments:
perl -e 'while(1) { fork }' should be much more effective :)
# put an extra load on the windmill when the battery isn't charging
sleep 1 if ($charger->is_charging_battery) while (1);
get a better processor
Post a Comment