8 lines
196 B
Bash
8 lines
196 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
bash ./scad/common/scad.sh ./scad/bolex_matte_box.scad
|
||
|
|
|
||
|
|
mv ./stl/bolex_matte_box_default.stl ./stl/bolex_matte_box.stl
|
||
|
|
mv ./img/bolex_matte_box_default.jpg ./img/bolex_matte_box.jpg
|
||
|
|
|