3 lines
56 B
Bash
3 lines
56 B
Bash
|
#!/bin/bash
|
||
|
NFPM_EPOCH=$(git rev-list --all --count) $@
|