removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

7
.antidote/tools/bumpver Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env zsh
0=${(%):-%x}
bumpversion --allow-dirty ${1:-revision}
newver=$(grep 'current_version' ${0:h:h}/.bumpversion.cfg | sed -E 's/^[^0-9]+(.*)$/\1/')
print "Version bumped to $newver."
print "Now run:"
print " git commit -am 'Bump version to $newver'" | tee >(pbcopy)