Minor improvements

This commit is contained in:
Gitouche 2022-08-10 23:34:54 +02:00
parent b6808dc5d4
commit 650e307ac6
2 changed files with 2 additions and 2 deletions

View file

@ -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).
- The script was found on Arch Linux forum https://bbs.archlinux.org/viewtopic.php?pid=447447#p447447

View file

@ -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