Skip to content

BS #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Nemon2010 opened this issue Mar 26, 2025 · 2 comments
Open

BS #362

Nemon2010 opened this issue Mar 26, 2025 · 2 comments

Comments

@Nemon2010
Copy link

I would like to request the following command for Yantra Launcher:

[COMMAND]

[DESCRIPTION]

[EXAMPLE]

[ANYTHING ELSE]
`#!/bin/bash

Name des Spiels

GAME_NAME="Brawl Stars"

Befehl zum Starten des Spiels (bitte anpassen, falls notwendig)

GAME_CMD="brawlstars"

Überprüfen, ob das Spiel installiert ist

if command -v $GAME_CMD &> /dev/null; then
echo "Starte $GAME_NAME..."
$GAME_CMD &
else
echo "Fehler: $GAME_NAME ist nicht installiert oder nicht im Pfad."
fi`

@Nemon2010
Copy link
Author

BS

@Nemon2010
Copy link
Author

Bs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant