From 6779d3f9915bc4a080683c460c5988e8e2c50405 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 26 Apr 2025 19:28:49 +0100 Subject: move variables out of init.sh to others move them where they are used, or if they are used in many places, move them to lib.sh Signed-off-by: Leah Rowe --- include/lib.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/lib.sh') diff --git a/include/lib.sh b/include/lib.sh index 740edcfd..01a78495 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -4,6 +4,11 @@ # Copyright (c) 2020-2025 Leah Rowe # Copyright (c) 2025 Alper Nebi Yasak +_ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" + +cbfstool="elf/cbfstool/default/cbfstool" +rmodtool="elf/cbfstool/default/rmodtool" + remkdir() { rm -Rf "$1" || $err "remkdir: !rm -Rf \"$1\"" -- cgit v1.2.1