azahar/tools/update-compatibility-list.sh
OpenSauce04 1d562cdd11 tools: Added new tool scripts for updating translations and the compatibility list
Also added a brief readme file to the directory
2025-04-30 10:39:41 +01:00

9 lines
174 B
Bash
Executable file

#!/bin/bash -ex
# This script assumes that Git is installed
cd ./dist/compatibility_list/
git fetch origin
git checkout master
git pull origin master
git checkout --detach