git @ Cat's Eye Technologies Dipple / master sh / count_toplevel_bullets.sh
master

Tree @master (Download .tar.gz)

count_toplevel_bullets.sh @masterraw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense

grep '^\*   ' $1 | wc -l