From ce7e24657edeb3a4d3797924c1c5751aefc5f420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 22 Sep 2023 02:07:42 +0800 Subject: [PATCH] Fixed hash bang header --- .gitignore | 1 + arch_delete_aws4.sh | 2 +- arch_delete_many_aws4.sh | 2 +- arch_download_aws4.sh | 2 +- arch_getacl_aws4.sh | 2 +- arch_list_aws4.sh | 2 +- arch_upload_aws4.sh | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b25c15b..538c8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.DS_Store *~ diff --git a/arch_delete_aws4.sh b/arch_delete_aws4.sh index 689eb01..8facdb7 100755 --- a/arch_delete_aws4.sh +++ b/arch_delete_aws4.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyleft https://git.k8s.astropenguin.net/penguin/s3-arch-utils # ## diff --git a/arch_delete_many_aws4.sh b/arch_delete_many_aws4.sh index 8cd11c9..7fcc447 100755 --- a/arch_delete_many_aws4.sh +++ b/arch_delete_many_aws4.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyleft https://git.k8s.astropenguin.net/penguin/s3-arch-utils # ## diff --git a/arch_download_aws4.sh b/arch_download_aws4.sh index d5d75d7..3b9156e 100755 --- a/arch_download_aws4.sh +++ b/arch_download_aws4.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyleft https://git.k8s.astropenguin.net/penguin/s3-arch-utils # ## diff --git a/arch_getacl_aws4.sh b/arch_getacl_aws4.sh index 3993356..306eade 100755 --- a/arch_getacl_aws4.sh +++ b/arch_getacl_aws4.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyleft https://git.k8s.astropenguin.net/penguin/s3-arch-utils # ## diff --git a/arch_list_aws4.sh b/arch_list_aws4.sh index 3169cd0..6a0d53f 100755 --- a/arch_list_aws4.sh +++ b/arch_list_aws4.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyleft https://git.k8s.astropenguin.net/penguin/s3-arch-utils # ## diff --git a/arch_upload_aws4.sh b/arch_upload_aws4.sh index f7acecb..e122c85 100755 --- a/arch_upload_aws4.sh +++ b/arch_upload_aws4.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyleft https://git.k8s.astropenguin.net/penguin/s3-arch-utils # ##