---
title: house design – railing
author: tracey pooh
date: 2019-06-08
type: post
categories:
- pictures
- technical
tags:
- coding
- design
- geek
- home
- montclair
- remodel
format: image
featured: T00100200100.jpg
comment:
---
Is it normal to design your house like this?
```bash
POST=T
PAT="$POST 0 0 1 0 0 2 0 0 1 0 0"
FILE=$(echo $PAT |tr -d ' ').jpg
montage -background white -tile x1 -geometry +0+0 \
$(for N in $(echo $PAT $PAT $PAT $POST) do echo baluster$N.png; done) $FILE
open $FILE
ls -1 baluster?.png $FILE
```
T00100200100.jpg
baluster0.png
baluster1.png
baluster2.png
balusterP.png
balusterT.png
balusters.png
it is not 😀