Files
2024-11-22 12:49:21 +05:30

7 lines
212 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/api_utils_converse_v2.git
echo "Attempt done. Exiting."