You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-webdb/CommModule/clientloop.sh

13 lines
325 B
Bash

#!/bin/bash
while true
do
perl ./client.pl
#mail -s CAcert-Alert pg@futureware.at <error.txt
echo ******************************************************************
echo ******************************************************************
echo ******************************************************************
sleep 1
done