Skip to content

thisismyrobot/SeShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=========
 SeShell
=========

SeShell (SErial to SHELL converter) allows the mapping of input strings to
shell commands, using regular expressions. If the regular expression matches
sections in () then those matches are passed as arguments to the shell
command.

Running SeShell
===============

It doesn't run in it's own right, yet, but if you want to see what it can do,
then read tests/README.txt

Tests
=====

Are runnable in Python 2.6 with the command "./runtests.py"