mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/bash
|
|
#We need this function to launch SRM from the electron app
|
|
runSRM(){
|
|
cd ~/Desktop/ && ./SteamRomManager.desktop
|
|
} |