]> gitweb.fluxo.info Git - csv-hasher.git/commitdiff
Feat: provision: make vendor
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Jan 2021 21:58:28 +0000 (18:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 29 Jan 2021 21:58:28 +0000 (18:58 -0300)
bin/provision

index df1ef5a09322658294be596d960b94212a016340..6c4930b67d1c1e649ef29022960e22271fae9f9c 100755 (executable)
 # 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