Add perl launcher script and new Readme

This commit is contained in:
mdiluzio 2015-01-10 16:56:27 +00:00
parent 1e38a5f107
commit 06057e6e52
3 changed files with 143 additions and 10 deletions

View file

@ -0,0 +1,6 @@
# ====================== ttrts =======================
# Project name
project( ttrts-perl-launch )
# Add bash completion to install
install( PROGRAMS ttrts.pl DESTINATION bin RENAME ttrts )