Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haysclark/getfpfromarchive.sh
- Owner: haysclark
- License: mit
- Created: 2014-11-04T22:12:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T21:28:19.000Z (about 10 years ago)
- Last Synced: 2024-10-27T23:36:06.329Z (2 months ago)
- Language: Shell
- Size: 65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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