sudo/tests/use_pty-option/forker.sh

6 lines
81 B
Bash

#!/bin/bash
for i in `seq 1 10`; do
( ping -c 10 -q www.redhat.com & )
done