patches/push.sh

7 lines
89 B
Bash
Raw Permalink Normal View History

2023-01-11 10:27:51 +01:00
#!/bin/sh
find . -empty -delete
fdupes -rNd .
git add *
git commit -m "update."
git push