Introduction
Introduction Statistics Contact Development Disclaimer Help
dir2meme and dir2memeblob: fix shebang - brcon2023-hackathons - Bitreichcon 202…
git clone git://bitreich.org/brcon2023-hackathons git://enlrupgkhuxnvlhsf6lc3fz…
Log
Files
Refs
Tags
---
commit a2643dd5de50886880e69db83c40e8dea9263744
parent 37a703f8c05cfb03add159a2342e0f62e76a63b5
Author: Anders Damsgaard <[email protected]>
Date: Sat, 12 Aug 2023 17:53:41 +0200
dir2meme and dir2memeblob: fix shebang
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M memes/dir2meme | 2 +-
M memes/dir2memeblob | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/memes/dir2meme b/memes/dir2meme
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
if [ $# -lt 1 ];
then
diff --git a/memes/dir2memeblob b/memes/dir2memeblob
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
if [ $# -lt 1 ];
then
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.