badwitch/venv.sh
2020-01-17 22:15:58 -06:00

14 lines
247 B
Bash
Executable File

#! /bin/sh
#
# venv.sh
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
#
# Distributed under terms of the MIT license.
#
[ -r ./venv/bin/activate ] || exit 1
. ./venv/bin/activate
printf "Spawned a terminal within the venv\n"
exec bash