mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
14 lines
249 B
Bash
14 lines
249 B
Bash
#!/bin/bash
|
|
|
|
#
|
|
##
|
|
### Darwin overrides
|
|
##
|
|
#
|
|
|
|
|
|
API_pull(){
|
|
local branch=$1
|
|
cd ~/.config/EmuDeck/backend && git reset --hard && git clean -fd && git checkout ${branchGIT} && git pull && . ~/.config/EmuDeck/backend/functions/all.sh && appImageInit
|
|
}
|