From 39f9bc664b8e597203c5048b55b6da3d25f5cbdd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 10 Dec 2022 23:21:12 -0700 Subject: use shebangs more consistently --- bin/boto-empty-bucket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/boto-empty-bucket') diff --git a/bin/boto-empty-bucket b/bin/boto-empty-bucket index 7e44e7d1..69093207 100755 --- a/bin/boto-empty-bucket +++ b/bin/boto-empty-bucket @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """boto-empty-bucket -- delete all versions from an s3 bucket""" -- cgit v1.2.3