Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 900  / 1 Year ago, fri, january 6, 2023, 12:00:57

10 latest updates and drivers and I need to run a game called unreal tournament, but in terminal it requires 2 commands
The first one is to mount into the folder:



cd /usr/local/games/ut2004/


and then the second one is to open the actual game:



sudo aoss ./ut2004


In one shortcut i can only fit 1 command but both don't fit in
is there any way i can turn these 2 commands into one? Perhaps turni9ng on the desktop shortcut already mounted into the folder?
Any help would be really appreciated because im getting kinda sick of using the terminal to run it every time.


More From » mount

 Answers
6

cd /usr/local/games/ut2004/ && sudo aoss ./ut2004


[#39198] Saturday, January 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ravturtl

Total Points: 335
Total Questions: 132
Total Answers: 110

Location: Tanzania
Member since Wed, Feb 24, 2021
3 Years ago
;