Files
2025-11-14 16:52:50 +05:30

7 lines
198 B
Bash

#!/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."