⚲
Project
General
Profile
Sign in
Register
Home
Projects
Documentation
Help
Search
:
Arvados
All Projects
Arvados
Activity
Roadmap
Backlogs
Issues
Wiki
Repository
Documentation
Download (200 Bytes)
Bug #8893
ยป varexp.sh
Brett Smith
, 04/08/2016 02:58 PM
#!/bin/bash
showvars
()
{
echo
"$#"
"
$@
"
;
}
declare
-a
VOLUMES
=()
showvars
"
${
VOLUMES
[@]
}
"
VOLUMES+
=(
"-v=/tmp"
)
showvars
"
${
VOLUMES
[@]
}
"
VOLUMES+
=(
"-v=/test/spacey path"
)
showvars
"
${
VOLUMES
[@]
}
"
(1-1/1)
Loading...