syncloop.sh 54 B

1234567
  1. #!/bin/bash
  2. for (( ; ; ))
  3. do
  4. sync
  5. sleep 1
  6. done