This commit is contained in:
CrimsonHawk 2025-04-18 19:29:39 +08:00
commit 83f588f5b8
No known key found for this signature in database
GPG key ID: 82D963563CFDCEA1
9 changed files with 108 additions and 3 deletions

View file

@ -0,0 +1,12 @@
#!/bin/sh
# Check if at least one argument is provided
if [ $# -lt 1 ]; then
echo "Usage: $0 </path/to/game.nsp>"
exit 1
fi
# Access the first argumen
gameiso=$1
exec ./home/Desktop/suyu.desktop $gameiso