Skip to content

Commit 5e1dfd1

Browse files
committed
Add r.py for testing locally
1 parent 2c28563 commit 5e1dfd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

r.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python3
2+
3+
from rshell import main
4+
5+
main.main()

0 commit comments

Comments
 (0)