Skip to content

humbhenri/unix-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-clojure

Unix utilities written in clojure

Implemented so far:

  • cat
  • pwd
  • cd
  • exit
  • mkdir
  • rmdir
  • touch
  • rm
  • ls
  • date
  • echo
  • grep

Usage

  • lein uberjar

  • java -jar target\unix-clojure-0.1.0-SNAPSHOT-standalone.jar

A basic cmd like shell appears, type to enter command.

lein run doesn't work

lein trampoline run works in linux

License

Copyright © 2012 FIXME

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

About

unix utilities written in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published