Implement no-dependency system and script hook types. Closes #39.

This commit is contained in:
Anthony Sottile 2014-03-30 15:15:13 -07:00
parent 02660f7c0a
commit c418f2b94e
14 changed files with 86 additions and 52 deletions

View file

@ -1,4 +1,4 @@
- id: prints_cwd
name: Prints Cwd
entry: prints_cwd
language: python
entry: pwd
language: system

View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo $@
echo 'Hello World'

View file

@ -0,0 +1,4 @@
- id: bash_hook
name: Bash hook
entry: bin/hook.sh
language: script