From 4ce5f2193a12766046ba9261da02429e8af72cf3 Mon Sep 17 00:00:00 2001 From: shum Date: Wed, 4 Jun 2025 12:43:05 +0000 Subject: [PATCH] data/gamemode*: switch to using posix shell --- data/gamemodelist | 2 +- data/gamemoderun | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/gamemodelist b/data/gamemodelist index 392c369..fba79c2 100755 --- a/data/gamemodelist +++ b/data/gamemodelist @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Created by Sam Gleske # Created Sat Jan 1 16:56:54 EST 2022 # MIT License - https://github.com/samrocketman/home diff --git a/data/gamemoderun b/data/gamemoderun index 573b3e4..6debd9b 100755 --- a/data/gamemoderun +++ b/data/gamemoderun @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Helper script to launch games with gamemode GAMEMODEAUTO_NAME="libgamemodeauto.so.0"