7 lines
74 B
Text
7 lines
74 B
Text
|
#! /usr/bin/env bash
|
||
|
|
||
|
(
|
||
|
cd "$(dirname "$0")/.." \
|
||
|
&& pipenv install
|
||
|
)
|