#!/usr/bin/env bash ## consts path="lib/plankton" modules=() modules+=("string") modules+=("json") modules+=("object") modules+=("url") ## exec rm --recursive ${path} mkdir --parents ${path} cd ${path} ptk fetch web ${modules[@]} cd - # rm -f temp/plankton.js