Skip to content

Commit

Permalink
added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
gugmaster committed Aug 20, 2012
1 parent 4664f9d commit 3506621
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common.sh
@@ -0,0 +1,10 @@
#!/bin/sh

function fail {
echo "$*" >&2
exit 1
}

function section_print {
echo "\n=== $* ==="
}

0 comments on commit 3506621

Please sign in to comment.