Skip to content

Simple bash script to install all tools for comfortable running Clojure files on Ubuntu Linux.

Notifications You must be signed in to change notification settings

psylone/getclojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Overview

This shell script provides the easiest way to get all necessary tools to run *.clj files on Ubuntu Linux. It installs:

Supported following Ubuntu versions:

  • Saucy Salamander (13.10)
  • Raring Ringtail (13.04)
  • Quantal Quetzal (12.10)
  • Precise Pangolin (12.04)
  • Oneiric Ocelot (11.10)
  • Lucid Lynx (10.04)

Usage

Use this command to download and run the script:

wget -O /tmp/getclojure.sh https://raw.github.com/psylone/getclojure/master/getclojure.sh \
&& sudo sh /tmp/getclojure.sh

After that you'll be able to run any *.clj file with this command:

lein exec code.clj

Feedback

Please let me know about any troubles via email or just open a new issue.

About

Simple bash script to install all tools for comfortable running Clojure files on Ubuntu Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages