mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
82 B
82 B
#cheatsheet
**Busy waiting
while sleep 0.5; do
//do something
done