mooc/filesystem/home/alice/Sequence2/A24/macmd

7 lines
61 B
Plaintext
Raw Normal View History

2023-01-31 08:45:52 +04:00
#!/bin/bash
i=0
while true ; do
((i++%65000))
done
exit 0