This commit is contained in:
c0dev0id 2023-01-11 10:27:51 +01:00
parent 53c64b33ae
commit 01ffd3f951
1 changed files with 6 additions and 0 deletions

6
push.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
find . -empty -delete
fdupes -rNd .
git add *
git commit -m "update."
git push