Usually I need to exceute several commands every time Im at work, start local server, start docker bash, run frontend service...and I wish I could do all those stuff with one single command.
I tried using an alias, but the implementation I saw were more in the field of making long commands shorter, but I wasn't able to make an alias with several commands.
Any idea if is possible to run a series of commands one after the other with one single command?