fix: commit new gems

This commit is contained in:
f 2023-08-30 15:43:50 -03:00
parent 2864a2d04a
commit cf434d8701
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ help: always ## Ayuda
@test -n "$v" || exit 1
install -dm 755 build/$@
touch build/$@/$(v)
git add build/$@/$(v)
git add build/$@/$(v) && git commit build/$@/$(v) -m "$@: $v" ; :
missing:
@comm -23 <(find build/ -type f | grep -v /.keep | cut -d / -f 2- | sort) <(find built/ -type f | grep -v /.keep | cut -d / -f 3- | sort)