summaryrefslogtreecommitdiff
path: root/CommModule/clientloop.sh
blob: c1254f22102fd4a726f649247ea73ed41199eac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

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