From 4c443ce4a5fcb4a6996f02f69b0e4de2a1246c88 Mon Sep 17 00:00:00 2001 From: Nathan R Date: Tue, 10 Dec 2019 00:35:48 -0500 Subject: [PATCH] Create .replit --- .replit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..c3fc05d --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python setup.py install ; speedtest -h"