Skip to content

baxpick/bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repo contains commonly used bash scripts and code snippets.

For example if you want to use snippets related to docker, include this in your script:

export FOLDER_bash=$(pwd)
source ${FOLDER_bash}/docker.sh

and you can execute, for example:

docker_restart --cpu 4 --memory 8

to restart docker to use 4 CPU cores and 8 GB of RAM.

About

Some bash code snippets which can be re-used as submodule in other repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages