mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
10 lines
174 B
Bash
Executable File
10 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
|