Experiment to collect as many different programming language snippets for deploying to AS 7
Perl Python Ruby Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README.md
deploy.pl
deploy.py
deploy.rb
deploy.sh
node-info.war

README.md

AS7 Example scripts

After watching Jason Greene's scripting of AS7 Video (http://vimeo.com/26363489) I thought it could be fun to create the same in other languages.

If you know a language that is not represented here yet then send a pull request :)

deploy.pl - Perl, using standard CPAN libraries

deploy.sh - Bash with Curl

deploy.rb - Ruby with json and rest-client gems

deploy.py - Python with standard libds

-