You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
241 B

#!/bin/sh
if [ ! -z "$1" ] ; then
OUT=$1
else
OUT="/tmp/lws-abi-track-htdocs"
fi
D=`dirname $0`
if [ ! -z "$D" ] ; then
D=$D/
fi
J=$D"libwebsockets.json"
abi-monitor -get -build-new $J
abi-tracker -build $J
abi-tracker -deploy $OUT $J