Resetting utils subtree.

This commit is contained in:
2024-11-12 10:47:26 +05:30
parent fa070800a4
commit a9764a2a09
96 changed files with 56 additions and 13507 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# To pull any updates made to utils from another project:
echo "Pulling from git."
git subtree pull --prefix=utils_v2 https://wtt.ditscentre.in/ditscentre/utils_v2.git master --squash
echo "Attempt done. Exiting."