How To Setup and Run Shell Scripts – Linux CLI GUI
commands used: # check what shell you are using echo $0 # make a new folder mkdir ~/.scripts # go into that folder cd ~/.scripts # download a file wget …
by gotbletu
linux download
commands used: # check what shell you are using echo $0 # make a new folder mkdir ~/.scripts # go into that folder cd ~/.scripts # download a file wget …
by gotbletu
linux download