I'm working on some legacy software and need to build manually every time. How can I automate the following steps within a shell script?:
clearmake clean
clearmake
clearmake package
scp /path/to/package user@remotehost:path
password:
Also, how to make clearmake faster? Should I change the type of encryption on the remote host or is there any other way to do it?