#!/bin/bash #We need this function to launch SRM from the electron app runSRM(){ cd ~/Desktop/ && ./SteamRomManager.desktop }