From 99602f6529bc1fac067a6d7cee7e78a0b13a4308 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 24 Aug 2025 10:27:22 +0200 Subject: [PATCH] fix(notes): pass through all args to main logic --- notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.sh b/notes.sh index 6c7ea12..ae3b02f 100755 --- a/notes.sh +++ b/notes.sh @@ -144,4 +144,4 @@ function main() { esac } -main \ No newline at end of file +main "$@"