fix: some things

This commit is contained in:
pika 2025-03-21 19:38:17 +01:00
parent 563ce9f013
commit 37b518c393
2 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ─< Helper functions >─────────────────────────────────────────────────────────────────
function echo_error() { echo -e "\033[0;1;31mError: \033[0;31m\t${*}\033[0m"; }