mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
removed comments
This commit is contained in:
parent
fc56158f81
commit
a801dbbc8e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user