(20241122) Project created.

This commit is contained in:
2024-11-22 12:49:21 +05:30
commit b3703e90db
14 changed files with 299 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Run this on the server.
# Not suitable for collaborative environments:
echo "Pulling from git."
git pull https://wtt.ditscentre.in/ditscentre/api_utils_converse_v2.git
echo "Attempt done. Exiting."