Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haysclark/getfpfromarchive.sh

Get FlashPlayer From Archive Script
https://github.com/haysclark/getfpfromarchive.sh

Last synced: 14 days ago
JSON representation

Get FlashPlayer From Archive Script

Awesome Lists containing this project

README

        

getFpFromArchive.sh [![Build Status](https://travis-ci.org/haysclark/getFpFromArchive.sh.svg?branch=master)](https://travis-ci.org/haysclark/getFpFromArchive.sh) [![Release Version](http://img.shields.io/github/release/haysclark/getFpFromArchive.sh.svg)](https://github.com/haysclark/getFpFromArchive.sh/releases)
================

Script downloads and unzips the Mac Debug [Adobe Flash Player](http://www.adobe.com/products/flashplayer.html) from a [Adobe Flash Archive URL](http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html). The script is intended for use with AS3 projects which are using [Travis-CI](https://travis-ci.org/) for [Continuous Integration](http://en.wikipedia.org/wiki/Continuous_integration).

See [Travis-CI ActionScript Demo](https://github.com/Larusso/travis-CI-actionscript-demo)

Enjoy!

Usage
------------

```
getFpFromArchive.sh
```

Running Developer Test
------------
From project root, add script to path.
```
export PATH=$PATH:$PWD
```

Run tests.
```
bats test
```

Author
------------
Hays Clark