#!/bin/sh util/setup-build "nw" wget -c "https://dl.nwjs.io/v0.93.0/nwjs-v0.93.0-linux-x64.tar.gz" -O - \ | tar -xz -C build/ --strip-components=1 printf %s\\n '#!/bin/sh tc_path=$(readlink -f "$0") tc_dir=$(dirname "$tc_path") "${tc_dir}/nw" "${tc_dir}" ' > build/tc chmod +x build/tc