Move under www to ease rsync
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# A 'for' loop that uses multiple expressions for 'expr1' and 'expr3' courtesy
|
||||
# of the "comma operator"
|
||||
#
|
||||
for ((i = 1, j = 100; i <= 10; i++, j += 10)); do
|
||||
echo "$i $j"
|
||||
done
|
||||
Reference in New Issue
Block a user