inital commit
This commit is contained in:
3
.local/bin/tools/score
Executable file
3
.local/bin/tools/score
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
categories=$(( $(cat $1 | grep -oE '[0-9]*$' | wc -l ) - 1 ))
|
||||
grep -oE '[0-9]*$' $1 | head -n $categories | paste -sd+ | bc
|
Reference in New Issue
Block a user