From 58b5f362469eeebbf793b78e2b9e5164085e6c9f Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 17:57:51 +0200 Subject: [PATCH] testing alias for _ to - --- distros.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distros.sh b/distros.sh index e317c93..64f8308 100755 --- a/distros.sh +++ b/distros.sh @@ -154,6 +154,10 @@ source_script() { fi } +source-script() { + source_script "$1" +} + run() { if $silent; then silentexec "$@"