Files
api_internal/from_git.sh
T
2024-11-12 12:02:00 +05:30

7 lines
203 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_internal.git
echo "Attempt done. Exiting."