PaiGram/update.sh
2022-07-01 11:43:55 +08:00

3 lines
84 B
Bash

#!/bin/bash
git fetch --all && git reset --hard origin/main && git pull origin main