summaryrefslogtreecommitdiff
path: root/inttest/thooks/fish.erl
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2011-01-26 01:50:33 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-12 16:31:41 +0100
commite76770511a6bae6fe9d23e7821db8d32e897f9a8 (patch)
treec99b887a4cbb19f2c84977294d2590459468391f /inttest/thooks/fish.erl
parent2e1b4da71d85122bbb2aabd78fd1b4dbfefddd21 (diff)
Add pre and post script support for all commands
This change makes it possible to assign pre/post scripts to all rebar commands. This allows users fine grained control over when scripts and/or shell commands should be executed, where such extensions are absolutely needed. Several examples have been added to the rebar.config.sample file.
Diffstat (limited to 'inttest/thooks/fish.erl')
-rw-r--r--inttest/thooks/fish.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/inttest/thooks/fish.erl b/inttest/thooks/fish.erl
new file mode 100644
index 0000000..739cb94
--- /dev/null
+++ b/inttest/thooks/fish.erl
@@ -0,0 +1,5 @@
+-module(fish).
+
+-compile(export_all).
+
+fish() -> fish.