dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

venvme (93B) [raw]


      1 #!/bin/sh
      2 # venvme - run the rest of the command in the venv
      3 . .venv/bin/activate
      4 exec "$@"
      5