projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
raname documentbackgroundcolor to contentbackgroundcolor
[platform/core/csapi/tizenfx.git]
/
tools
/
update-tools.sh
1
#!/bin/bash
2
3
SCRIPT_FILE=$(readlink -f $0)
4
SCRIPT_DIR=$(dirname $SCRIPT_FILE)
5
6
GITDIR="$SCRIPT_DIR"/.APITool
7
BINDIR="$SCRIPT_DIR"/bin
8
9
rm -fr $GITDIR
10
git clone https://github.com/TizenAPI/APITool $GITDIR
11
12
dotnet publish $GITDIR -o $BINDIR
13
14
rm -fr $GITDIR