Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

mnn/rev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rev

Simple version of rev command for Linux and Windows. Only supports standard input (STDIN).

This command reads lines and every line reverses.

Download

See releases at top of repository page.

Development

Requirements: Stack

Build

stack build

Testing

stack test

Running

With stack-run:

stack run

Without:

stack run rev-exe

License

MIT