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