From e76770511a6bae6fe9d23e7821db8d32e897f9a8 Mon Sep 17 00:00:00 2001 From: Tim Watson Date: Wed, 26 Jan 2011 01:50:33 +0000 Subject: 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. --- inttest/thooks/fish.erl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inttest/thooks/fish.erl (limited to 'inttest/thooks/fish.erl') 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. -- cgit v1.1