README.md in rebuild-0.3.1 vs README.md in rebuild-0.3.2
- old
+ new
@@ -42,9 +42,16 @@
# Repository will be cloned to ~/src/github.com/k0kubun/dotfiles
$ rebuild -d ~/src/github.com/k0kubun/dotfiles
# Run /tmp/k0kubun/dotfiles/script/*.sh instead of /tmp/k0kubun/dotfiles/*.sh
$ rebuild -s script
+
+# You can choose which script to run first by shell pipeline
+echo "first.sh second.sh" | rebuild
+rebuild <<-EOS
+ first.sh
+ second.sh
+EOS
```
## Supported OS
- 10.10 Yosemite