From c6ffc06c3155c2cea20a8ab8b3d5ee73d8a472a3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 00:22:35 -0400 Subject: [PATCH] oh yeah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba86053..231a8fe 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ format: python-argv: #!/usr/bin/env python from sys import argv - print(sys.argv) + print(argv) bash-vars: set -euxe