Create Your Own CLI
09-Jul-2019
|
477 Words
|
3 min read
It bothered me for a while that I had to type sudo apt update
and then sudo apt upgrade
in order to update my Ubuntu Linux system.
It just felt like there had to be an easier way to figure out what to update and just upgrade it with one command in an easy to use way.
Eventually I realized I could just write my own bash script and execute it from the command line. This post will go into a bit of detail about how I did that.