Skip to content

jyrimatti/scalashell

Repository files navigation

Unix-shell-script-like functionality implemented in Scala scripts. Should work under Windows/Linux/OSX.

Installing

on Windows

  1. install Scala
  2. git clone git://github.com/jyrimatti/scalashell.git <install_path>
  3. SET Path=<install_path>;%Path%

on Linux

  1. install Scala
  2. git clone git://github.com/jyrimatti/scalashell.git <install_path>
  3. EXPORT PATH=<install_path>:$PATH

Usage

files.bat | filter.bat ".*[.]exe" | lineCount.bat

On Windows you can leave out the .bat extension.

About

Some Unix-shell-script-like scripts for Windows made with Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages