git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8e8a06e
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
tools
update-plankton
[add] server:tools:update-plankton
Christian Fraß
commited
8e8a06e
at 2021-03-12 22:01:50
update-plankton
Blame
History
Raw
#!/usr/bin/env bash ## consts path="lib/plankton" modules=() modules+=("json") modules+=("http") modules+=("server") ## exec rm --recursive ${path} mkdir --parents ${path} cd ${path} ptk fetch node ${modules[@]} cd -