UNPKG

252 Bapplication/x-shView Raw
1#!/bin/bash
2
3###
4# Register components to bower
5###
6
7HERE=$(cd "$(dirname $0)" && pwd)
8BASE_DIR=$(cd "${HERE}/.." && pwd)
9
10cd ${BASE_DIR}
11
12bower register apeman-ui-contrib-angular-timing git://github.com/apeman-repo/apeman-ui-contrib-angular-timing.git
\No newline at end of file