mirror of
https://codeberg.org/vanous/huafetcher.git
synced 2025-01-10 15:12:01 +01:00
6 lines
145 B
Bash
Executable File
6 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
num=$(git rev-list HEAD --count)
|
|
|
|
echo "update buildozer.spec → version = $num . Make sure credentials.json is empty or removed"
|