Загрузка данных
cat > ~/scripts/resource-demanding1.sh << 'EOT' #!/bin/bash while [ 1 == 1 ]; do for x in {1..60}; do let "res=2**x" done done EOT