No Description

while.sh 44B

12345
  1. #!/bin/bash
  2. while [ 1 ]
  3. do
  4. echo "swh"
  5. done