index
:
gh_mirror/astroconda/docker-pipeline-nb.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
start.sh
blob: 6298bbde57213ec2bf6f3f2b95c2f8f421bc9d70 (
plain
) (
blame
)
1
2
3
4
5
6
#!/bin/bash
if
[[
${#}
==
0
]];
then
exec
"bash"
else
exec
"
${@}
"
fi