Rename explode to wooddesign/explode
This commit is contained in:
11
wooddesign/explode
Executable file
11
wooddesign/explode
Executable file
@@ -0,0 +1,11 @@
|
||||
#!//bin/sh
|
||||
|
||||
sed '
|
||||
/^\/\/.* EXPLODED/ {
|
||||
s/^\/\/\s*//
|
||||
}
|
||||
/UNEXPLODED/ {
|
||||
s/^/\/\//
|
||||
}
|
||||
' < bird.scad > birddismantled.scad
|
||||
|
||||
Reference in New Issue
Block a user