From f692c0a8175cbe06802fa20048d8a84ea304e256 Mon Sep 17 00:00:00 2001 From: woodjosh256 <55813074+woodjosh256@users.noreply.github.com> Date: Tue, 10 Dec 2019 20:20:18 -0600 Subject: [PATCH 1/2] Update README.rst This puts a badge on the README.rtx file enabling users to run the file on Repl.it. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 857d9e5..a169908 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ aws-shell - The interactive productivity booster for the AWS CLI .. image:: https://aws-developer-blog-media.s3-us-west-2.amazonaws.com/cli/Super-Charge-Your-AWS-Command-Line-Experience-with-aws-shell/aws-shell-final.gif +.. image:: https://repl.it/badge/github/awslabs/aws-shell + :target: https://repl.it/github/awslabs/aws-shell Installation ============ From 54f7001a01384da051e74e50bea33e420f08d4fc Mon Sep 17 00:00:00 2001 From: woodjosh256 <55813074+woodjosh256@users.noreply.github.com> Date: Tue, 10 Dec 2019 20:28:43 -0600 Subject: [PATCH 2/2] Create .replit This file instructs Repl.it how to run aws-shell. --- .replit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..e6518a2 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python /home/runner/scripts/ci/install ; python /home/runner/awsshell/__init__.py"