From 23e6455d381666b1186a9c3584acff51953a73f2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 25 Jun 2024 23:37:55 -0700 Subject: [PATCH] POSIX compliance Signed-off-by: Tommy --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 26d7742..94cf094 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2024 Thien Tran # @@ -15,7 +15,7 @@ # the License. output(){ - echo -e '\e[36m'"$1"'\e[0m'; + printf '\e[1;34m%-6s\e[m\n' "${@}" } unpriv(){