mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 03:58:42 +00: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
|