feat: Add platform helpers

This commit is contained in:
Timo Reymann
2023-02-17 10:32:12 +01:00
parent c086017998
commit f6a6e91d2f
6 changed files with 121 additions and 0 deletions
+7
View File
@@ -6,6 +6,13 @@ cd src || exit 2
source main.sh
cd - || exit 2
#
# Platform
#
echo "You are using the OS '$(detect_os)'"
echo "Opener for tools/links: '$(get_opener)'"
open_link "https://github.com"
#
# UTILS
#