-
I've done it in several ways but it doesn't work, the core doesn't appear in Atari games, I don't know what's wrong (there may be spelling errors because I'm using a translator) launch
config
|
Beta Was this translation helpful? Give feedback.
Answered by
Aemiii91
Jun 4, 2024
Replies: 1 comment 8 replies
-
You can replace this: `echo "$(basename "$homedir")" | awk '{print toupper($0)}'` with: "$(basename "$homedir")" |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
cac231
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can replace this:
`echo "$(basename "$homedir")" | awk '{print toupper($0)}'`
with:
"$(basename "$homedir")"