4 lines
119 B
Bash
4 lines
119 B
Bash
|
|
# Download blender from URL and write it to workspace
|
|
wget https://download.blender.org/release/$1/$2 -O workspace/$2
|