mirror of
https://github.com/p8952/bocker.git
synced 2025-11-08 20:24:01 +01:00
5 lines
102 B
Bash
5 lines
102 B
Bash
#!/usr/bin/env bash
|
|
set -o errexit -o nounset -o pipefail
|
|
|
|
[[ "$(wc -l < bocker)" -le 100 ]]; echo $?
|