mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-06 00:12:49 +00:00
10 lines
136 B
Bash
10 lines
136 B
Bash
#!/bin/bash
|
|
installToolAI(){
|
|
local name="$1"
|
|
local url="$2"
|
|
local fileName="$3"
|
|
|
|
darwin_installEmuDMG "$name" "$url" "$fileName"
|
|
|
|
}
|