Skip to content

00mjk/utils-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents overview

composed of 2 kind of files :

  • *.lib : supposed to be loaded in environment
  • *.sh : script to be called directly from shell

Setup

let's install this to $HOME/utils :

git clone https://github.com/ttych/utils.git "$HOME/utils"
cd "$HOME/utils"
make

Add "$HOME/utils/bin" to you PATH.

export PATH="$HOME/utils/bin:$PATH"

Details

pyv.lib

python virtual environment wrapper.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.6%
  • Other 0.4%