Skip to content

bruceSz/shake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shake

A Clojure library shakes your shell.

Usage

Leiningen

[shake "0.1.0"]

Just That Simple

(use 'shake.core)

;; any shell command ...
(uname -a) ;;returns a #<UNIXProcess java.lang.UNIXProcess@1833160>

;; if you just want to see the output:
(binding [*print-output* true]
  (uname -a))

Too Slow to Load (Verbose Clojure Warnings) ?

By default, shake indexes all executables under your PATH. To override this behavior, set environment variable SHAKE_PATH before you initialize the namespace shake.core.

License

Copyright © 2012 Sun Ning sunng@about.me

Distributed under the Eclipse Public License, the same as Clojure.

About

clojure library that shakes your shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published