Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.1 KB

File metadata and controls

28 lines (23 loc) · 1.1 KB

Linux Utilities

This is a repository with a number of handy tools for Linux.

Installation

Automatic

  1. Clone this repository git clone https://github.com/OscarKro/Linux-Utilities/; cd Linux-Utilities
  2. Run the installer sudo ./install

Manual

  1. Clone this repository git clone https://github.com/OscarKro/Linux-Utilities/; cd Linux-Utilities
  2. Copy the wanted programs to whichever folder you want and add it to your PATH environment variable if it isn't in there already.

Usage

Simply run your desired program.

List of programs

Name Description
update Updates your system and cleans up orphans
mcmr Runs make clean and make run
checkwifi Waits until you have a connection and notifies you
search Search for a file

Contributing

You are welcome to contribute. Simply fork this repo, add one or more branches for your feature(s) or change(s) and create a pull request when you're finished.

License

This project is licensed under the BOOST Software License 1.0. Read more.