I want a custom command named something like "ServerStart" or something which is a combination of two commands, one after the other.
- The first command would be
cd .Server - The second being
java -Xmx7168M -Xms7168M -jar server.jar
How do I do this so this becomes one Terminal command?