dundalek / closh

Bash-like shell based on Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run a command based on a content of variable

dundalek opened this issue · comments

To support running commands like

$KAFKA_DIR/bin/kafka-topics.sh

Currently possible to run like (cmd (str (getenv "KAFKA_DIR" "/bin/kafka-topics.sh"))), but that is cumbersome.