Initial Commit

This commit is contained in:
Mohammad Hisham Sayed
2022-03-19 20:28:25 +05:30
commit 889fe37d5d
14 changed files with 11 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
rm -rf *.files
rm -rf *.db
repo-add anita-repo-bac.db.tar.gz *.pkg.tar.zst
mv anita-repo-bac.db.tar.gz anita-repo-bac.db
mv anita-repo-bac.files.tar.gz anita-repo-bac.files
git add .
echo "write commit"
read input
git commit -m "$input"
git push
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.