mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 18:13:36 +00:00
Built libffi, libyaml, liquid, and Ruby
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/bin/sh -e
|
||||
# Usage: ./licensebar.sh
|
||||
# Usage: ./licensebar.sh > licensebar.svg
|
||||
# Yes, this is cursed, but it was the simplest way I could think of automating this. ~ahill
|
||||
COPYLEFT_COUNT=$(grep "| Copyleft " README.md | wc -l)
|
||||
SLIGHTLY_COPYLEFT_COUNT=$(grep "| Slightly Copyleft " README.md | wc -l)
|
||||
FREE_COUNT=$(grep "| Free " README.md | wc -l)
|
||||
MIXED_COUNT=$(grep "| Mixed " README.md | wc -l)
|
||||
SLIGHTLY_COPYRIGHT_COUNT=$(grep "| Slightly Copyright |" README.md | wc -l)
|
||||
COPYRIGHT_COUNT=$(grep "| Copyright " README.md | wc -l)
|
||||
COPYLEFT_COUNT=$(grep "| Copyleft " SOFTWARE.md | wc -l)
|
||||
SLIGHTLY_COPYLEFT_COUNT=$(grep "| Slightly Copyleft " SOFTWARE.md | wc -l)
|
||||
FREE_COUNT=$(grep "| Free " SOFTWARE.md | wc -l)
|
||||
MIXED_COUNT=$(grep "| Mixed " SOFTWARE.md | wc -l)
|
||||
SLIGHTLY_COPYRIGHT_COUNT=$(grep "| Slightly Copyright |" SOFTWARE.md | wc -l)
|
||||
COPYRIGHT_COUNT=$(grep "| Copyright " SOFTWARE.md | wc -l)
|
||||
|
||||
BAR_BORDER=3
|
||||
BAR_HEIGHT=16
|
||||
|
||||
Reference in New Issue
Block a user