Bocker is now written in 'around 100 lines of bash'

The 100 lines limit was a fun idea but has started to hurt
development. There will still be a focus on keeping it short and simple,
but no hard limit imposed
This commit is contained in:
Peter Wilmott
2015-07-31 18:12:59 +00:00
parent 11129aecc0
commit bc1b4719b5
3 changed files with 37 additions and 17 deletions

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
[[ "$(wc -l < bocker)" -le 100 ]]; echo $?