diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-01-29 18:58:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-01-29 18:58:28 -0300 |
commit | 9957a18642f471f088ca6bb18d62f33f28008e5b (patch) | |
tree | 19800534270e9711c4cd20e92342af25ff6888f8 /bin | |
parent | 6142e853fa2cf1c1be695ca7cce121e48b177d7b (diff) | |
download | csv-hasher-9957a18642f471f088ca6bb18d62f33f28008e5b.tar.gz csv-hasher-9957a18642f471f088ca6bb18d62f33f28008e5b.tar.bz2 |
Feat: provision: make vendor
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/provision | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/provision b/bin/provision index df1ef5a..6c4930b 100755 --- a/bin/provision +++ b/bin/provision @@ -17,5 +17,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# Parameters +DIRNAME="`dirname $0`" + # Setuo pipenv sudo apt install -y pipenv + +# Vendor +make -C $DIRNAME/.. vendor |