SyntaxFix
Write A Post
Hire A Developer
Questions
you can make a shell script with those commands, and then chmod +x <scriptname.sh>, and then just run it by
chmod +x <scriptname.sh>
./scriptname.sh
Its very simple to write a bash script
Mockup sh file:
#!/bin/sh sudo command1 sudo command2 . . . sudo commandn