Rename explode to wooddesign/explode

This commit is contained in:
Matt F
2017-03-01 17:13:37 +00:00
committed by GitHub
parent adb240122c
commit 731acedea7

11
wooddesign/explode Executable file
View File

@@ -0,0 +1,11 @@
#!//bin/sh
sed '
/^\/\/.* EXPLODED/ {
s/^\/\/\s*//
}
/UNEXPLODED/ {
s/^/\/\//
}
' < bird.scad > birddismantled.scad