Files
api_utils_converse_v2/pull_utils.sh
T
2024-11-22 12:49:21 +05:30

6 lines
226 B
Bash

#!/bin/bash
# To pull any updates made to utils from another project:
echo "Pulling from git."
git subtree pull --prefix=utils_v2 https://wtt.ditscentre.in/ditscentre/utils_v2.git master --squash
echo "Attempt done. Exiting."