CodeTheChangeUBC/reBOOT

View on GitHub
make-venv

Summary

Maintainability
Test Coverage
#!/bin/bash
if [ -f ./venv/bin/activate ]; then
    source ./venv/bin/activate
fi
shift
eval $@