MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at type-hints-typescript 8 lines 274 B view raw
1#!/bin/bash 2 3SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)" 4ROOT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)" 5DEPS_DIR="$SCRIPT_DIR/build/deps" 6BUILD_DIR="$SCRIPT_DIR/build" 7CACHE_DIR="$SCRIPT_DIR/build/.external" 8NCPU=$(sysctl -n hw.ncpu 2>/dev/null || nproc 2>/dev/null || echo 4)