Moonbase59 / loudgain

ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Other
182 stars 23 forks source link

bin/rgbpm: Use env shebang instead of hardcoding bash #22

Closed diizzyy closed 11 months ago

diizzyy commented 4 years ago

Set #!/usr/bin/env bash instead of #!/bin/bash for better compatibility

Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net