dir2meme and dir2memeblob: fix shebang - brcon2023-hackathons - Bitreichcon 2023 Hackathon Repository
(HTM) git clone git://bitreich.org/brcon2023-hackathons git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/brcon2023-hackathons
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
(DIR) commit a2643dd5de50886880e69db83c40e8dea9263744
(DIR) parent 37a703f8c05cfb03add159a2342e0f62e76a63b5
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 12 Aug 2023 17:53:41 +0200
dir2meme and dir2memeblob: fix shebang
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
M memes/dir2meme | 2 +-
M memes/dir2memeblob | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/memes/dir2meme b/memes/dir2meme
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
if [ $# -lt 1 ];
then
(DIR) diff --git a/memes/dir2memeblob b/memes/dir2memeblob
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
if [ $# -lt 1 ];
then