Skip to content

MichaelAquilina/Bash-Scripts

Repository files navigation

Bash-Scripts

A set of bash scripts i wrote during my time developing. While they may not be complicated, they are written for pure convenience when making use of the command line on UNIX based systems. They are also a way for me to slowly learn bash scripting.

Feel free to take and modify any of them.

In order to make proper use of them, the following should be done:

  • Rename the approriate file to exclude the .sh extension. (For example explore.sh should be renamed to explore)
  • Give the file executable permissions: type chmod +x explore
  • Move the file to the /usr/bin: type sudo mv explore /usr/bin

You may know run the file in any directory by typing its file name (in this example explore)

Commands

  • repeat
  • geneate_obj_graph
  • purge
  • explore
  • lscl (Requires DeviceInfo.exe in /usr/bin)

Sudo Commands

  • bbswtichon: Turns on an nvidia graphics card using bumblebee and loads the nvidia 331 driver
  • bbswitchoff: Turns an nvidia graphics card back off using bumblebee

About

A set of Bash Scripts I created for convenience during work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published