Giter Site home page Giter Site logo

dailybash's Introduction

DailyBash bash-icon

Useful brief bash utils for your daily life!

The purpose of this project is to provide and share brief bash scripts that I use in my daily life. It is structured inside folders due to the variety of the scripts so they are identified with a descriptive name so you can recognize easily what is the purpose of that specific script. Hope they help you to live more!

DOWNLOAD git-icon

To download this project, you can either clone the repository using git clone command to get a copy of the project:

git clone https://github.com/gu4re/DailyBash.git "your-folder-destination"

download-zip-button

Note: after cloning the repo make sure to evently use 'git pull' command to get future versions of the project in your local folder:

git pull

Or, you can download the repository as a ZIP file by clicking on the green "Code" button at the top of the repository and selecting Download ZIP.

RUN & USAGE run-icon

It is important to know that as it is mentioned at everywhere, this scripts are only runnable natively in linux or bash environments so keep it in mind. But, I didn't forget you Windows users! If you want to use them in Windows you should check out the guide and the official installation of WSL that allow you to use the linux subsystem in Windows so you will be able to use bash natively above Windows OS.

example-exec-perms

./your_script.sh
# Comment: Just an example of how to run a bash script

Note: If you are not able to execute the script maybe it is because you need to give execute permissions to the file.

sudo chmod +x your_script.sh
# Comment: Just an example of how to give execute permissions to a file

Also, do not forget to use techniques such as ALIAS inside your .bashrc profile to access to their functionality from everywhere such as a bash common command!

ISSUES issues-icon

Any issue can be reported here including as header "DAILYBASH ISSUE" and I will try to solve it as soon as posible!

LICENSE license-icon

This project is licensed under the open source Apache License 2.0. Please make sure that you comply with the terms of this license when using the code in this repository.

dailybash's People

Contributors

gu4re avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.