mirror of
https://github.com/kopia/kopia.git
synced 2026-03-08 17:26:23 -04:00
5 lines
218 B
Bash
5 lines
218 B
Bash
toolsdir=$(realpath $(dirname $0))
|
|
node_version=`grep NODE_VERSION $toolsdir/tools.mk | head -1 | cut -f 2 -d =`
|
|
echo tools dir: $toolsdir node_version: $node_version
|
|
PATH=$toolsdir/.tools/node-$node_version/bin:$PATH
|