dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.62k stars 66 forks source link

Run a command based on a content of variable #134

Open dundalek opened 5 years ago

dundalek commented 5 years ago

To support running commands like

$KAFKA_DIR/bin/kafka-topics.sh
dundalek commented 5 years ago

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