git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
e9e3770
Branches
Tags
develop-client_server
master
typescript
fs-words.git
client
tools
update-plankton
[add] client:tools:clear [add] client:tools:update-plankton
Christian Fraß
commited
e9e3770
at 2021-03-12 22:00:54
update-plankton
Blame
History
Raw
#!/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