Skip to content

forthright48/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Scripts

Here are the shell scripts I use on my Ubuntu.

  1. extract - Every time I see a tar.gz/tgz/zip file, I have to google to figure out how to unzip it. Most of the time I care to only extract files, nothing else. Who is going to remember all those flags out there? This script simplifies things.
  2. mybashrc - Contains aliases for common programs I always run.
  3. port-free - A shell script that takes a port number as arguement and makes it free by killing the process which is keeping it busy.
  4. setup.sh - A shell script to help me setup my pc once I freshly install ubuntu on a system. Automatically installs necessary softwares and packages I use.

Cool Ideas

Some cool script ideas to implement ( if I ever get time ):

  1. backup.sh that tars up the contents of a directory and sends it to my gmail account. - reference

About

All my shell scripts at one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published