#!/bin/bash

. allex-shell-tools
arr=("$@")
install_bower "${arr[@]}" || { exit 1; }
