Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 3104eae

Browse files
committed
Update script to fetch the uikit_bootstrap
1 parent 1fdda45 commit 3104eae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build/update_uikit_bootstrap.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env bash
2-
cd "$(dirname "$0")"
2+
3+
echo "Updating"
4+
5+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6+
7+
cd "$DIR"
38

49
ps -ef | grep gulp | grep -v grep | awk '{print $2}' | xargs kill
510

@@ -15,4 +20,4 @@ wget -N https://raw.githubusercontent.com/govCMS/uikit-bootstrap/master/sass/_re
1520

1621
echo "Updated!"
1722

18-
cd "$(dirname "$0")"
23+
exit

0 commit comments

Comments
 (0)