https://github.com/michaelaquilina/bash-scripts
A set of Bash Scripts I created for convenience during work.
https://github.com/michaelaquilina/bash-scripts
Last synced: 7 months ago
JSON representation
A set of Bash Scripts I created for convenience during work.
- Host: GitHub
- URL: https://github.com/michaelaquilina/bash-scripts
- Owner: MichaelAquilina
- License: mit
- Created: 2013-06-10T08:00:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-25T11:39:10.000Z (almost 12 years ago)
- Last Synced: 2025-01-17T18:00:32.886Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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