From 1c8a2f38c30f3e85788ac122f91f861e7aa9d36d Mon Sep 17 00:00:00 2001 From: billy Date: Wed, 1 Oct 2025 07:37:13 -0400 Subject: [PATCH] yea --- create_ui.sh | 2 +- utils/create_blank_mp3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create_ui.sh b/create_ui.sh index bc134c3..c042f80 100755 --- a/create_ui.sh +++ b/create_ui.sh @@ -1,2 +1,2 @@ -#!/bin/bash +#!/usr/bin/env bash pyuic5 ui.ui -o ui.py diff --git a/utils/create_blank_mp3.sh b/utils/create_blank_mp3.sh index 7c6a759..467b689 100755 --- a/utils/create_blank_mp3.sh +++ b/utils/create_blank_mp3.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/usr/bin/env bash # creates a 5 second long empty mp3 file ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3