From 5e1dfd15c43ceba374e796c18ec9683e066db0d4 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sun, 12 Feb 2017 10:52:20 -0800 Subject: [PATCH] Add r.py for testing locally --- r.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 r.py diff --git a/r.py b/r.py new file mode 100755 index 0000000..0334341 --- /dev/null +++ b/r.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +from rshell import main + +main.main()