mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
3 lines
167 B
Bash
Executable file
3 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
set -euo pipefail
|
|
curl -s https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/refs/heads/master/gamecontrollerdb.txt > assets/gamecontrollerdb.txt
|