DEBSOURCES
Skip Quicknav
sources / snapd / 2.72-1 / tests / lib / snaps / test-snapd-user-timer-service / bin / loop
12345678910
#!/bin/sh echo "called on $(date) as $1" for _ in $(seq 10); do echo "looping" sleep 0.5 done echo "finishing on $(date)"