diff options
author | Gregor Kleen <gkleen@praseodym.org> | 2015-03-12 16:24:18 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@praseodym.org> | 2015-03-12 16:24:18 +0000 |
commit | 1cd451e7fae7109449833c006cc5d2eec64c27ae (patch) | |
tree | 448780b61aef7abef66c9a8f917dd43e59a2845a /do' | |
parent | d056680ca54b766b25635cf6afb7d305370209dd (diff) | |
download | dirty-haskell.org-1cd451e7fae7109449833c006cc5d2eec64c27ae.tar dirty-haskell.org-1cd451e7fae7109449833c006cc5d2eec64c27ae.tar.gz dirty-haskell.org-1cd451e7fae7109449833c006cc5d2eec64c27ae.tar.bz2 dirty-haskell.org-1cd451e7fae7109449833c006cc5d2eec64c27ae.tar.xz dirty-haskell.org-1cd451e7fae7109449833c006cc5d2eec64c27ae.zip |
Post on blog architecture
Diffstat (limited to 'do'')
-rwxr-xr-x | do' | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/zsh | ||
2 | |||
3 | exec env PATH="$PATH:$(pwd)/.cabal-sandbox/bin" ./do $@ | ||