mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
8 lines
122 B
Bash
8 lines
122 B
Bash
CP=.
|
|
for file in lib/*.jar
|
|
do
|
|
CP=${CP}:$file
|
|
done
|
|
|
|
java -cp $CP:./cloud-tool.jar com.cloud.gate.tool.CloudS3CmdTool $@
|