(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
+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/logs_ui.git
echo "Attempt done. Exiting."