#!/bin/bash
# [[bash_loop]] Script to automatically backup files using simple FTP
echo
echo "testing 69 connections to MySQL"

a=0

while [ $a -le 69 ]

do
 a=$(($a+1))

# if [ $a -eq 3 ] || [ $a -eq 11 ]
 # Excludes 3 and 11
# then
#   continue
   # Skip rest of this particular loop iteration.
# fi
 
info/bash_loop.txt · Dernière modification: 2008/11/11 11:37 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki