1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

removed comments

This commit is contained in:
Ruben S. Montero 2010-11-14 23:22:57 +01:00
parent fc56158f81
commit a801dbbc8e
3 changed files with 0 additions and 9 deletions

View File

@ -16,9 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
# Parameters: a b c d e f g h
# SRC: a b c d e f g
# DST: h
while (( "$#" )); do
if [ "$#" == "1" ]; then
DST=$1

View File

@ -16,9 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
# Parameters: a b c d e f g h
# SRC: a b c d e f g
# DST: h
while (( "$#" )); do
if [ "$#" == "1" ]; then
DST=$1

View File

@ -16,9 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
# Parameters: a b c d e f g h
# SRC: a b c d e f g
# DST: h
while (( "$#" )); do
if [ "$#" == "1" ]; then
DST=$1