restic-compose-backup/test.sh

3 lines
59 B
Bash
Executable File

#!/bin/sh
for i in 1 2 3 4 5; do echo 'moo'; sleep 2; done