waste_utime 53B

1234567
  1. #!/bin/sh
  2. a=1
  3. while true
  4. do
  5. a=$(( a + 1 ))
  6. done