From 147620277788ce5c782c931ab474685af38e246c Mon Sep 17 00:00:00 2001 From: dzikafoczka Date: Sat, 21 Dec 2024 21:53:21 +0100 Subject: [PATCH] faktury --- ec2.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ec2.sh diff --git a/ec2.sh b/ec2.sh new file mode 100644 index 0000000..61361ce --- /dev/null +++ b/ec2.sh @@ -0,0 +1,4 @@ +#!/bin/bash +chmod +x ec2.py +pip install boto3 +python ec2.py \ No newline at end of file