Hello!
I recently installed one of my favorite games minecraft :P
If I run this command in the terminal
the game works fine. Very well in fact, I think it runs better than on windows
Anyway opening up the terminal and typing that in every time I wanna play is kinda tedious.
I was wondering if and how I could make a shortcut for terminal commands? (Much like how you could create command-prompt shortcuts in windows by renaming the file to .bat)
I recently installed one of my favorite games minecraft :P
If I run this command in the terminal
Code:
java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame
Anyway opening up the terminal and typing that in every time I wanna play is kinda tedious.
I was wondering if and how I could make a shortcut for terminal commands? (Much like how you could create command-prompt shortcuts in windows by renaming the file to .bat)
Comment