run-command ( cmd -- )


Vocabulary
update

Definition
USING: io.launcher update.util ;

IN: update

: run-command ( cmd -- ) to-strings try-process ;