From 650e307ac644f3fcba4d559da7d2b9e437e80769 Mon Sep 17 00:00:00 2001 From: Gitouche Date: Wed, 10 Aug 2022 23:34:54 +0200 Subject: [PATCH] Minor improvements --- README => README.md | 2 +- cuesplitandtag.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename README => README.md (72%) diff --git a/README b/README.md similarity index 72% rename from README rename to README.md index 7e35861..9365791 100644 --- a/README +++ b/README.md @@ -11,4 +11,4 @@ A simple bash script to split an image file (flac, ape, wav...) and tag the song * Notes - Output files are in FLAC. - - The script was found on Arch Linux forum (can't find the topic anymore though). \ No newline at end of file + - The script was found on Arch Linux forum https://bbs.archlinux.org/viewtopic.php?pid=447447#p447447 diff --git a/cuesplitandtag.sh b/cuesplitandtag.sh index 0ec69a1..80edbe3 100755 --- a/cuesplitandtag.sh +++ b/cuesplitandtag.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # split image file (flac, ape, wav, etc.) according to cue-file if [ -f "$1" ]; then