summarylogtreecommitdiffstats
path: root/retroarch
blob: 716f3547b039b7b3b430967337de9c7404cbb61e (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Combine all arguments into a single string
args="$*"

# Use pipes to pass the arguments as input to the binary file
steam -applaunch 1118310 "$@"