(20251114) Initial Commit.

This commit is contained in:
2025-11-14 16:52:50 +05:30
commit 844625a84e
15 changed files with 299 additions and 0 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."