From 50631579696f541e6818112095151b917f5f1441 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Fri, 5 Aug 2022 09:26:24 -0400 Subject: Print intro and detect OS --- dots | 18 ++++++++++++++++++ lib/os.sh | 12 ++++++++++++ 2 files changed, 30 insertions(+) create mode 100755 dots create mode 100644 lib/os.sh diff --git a/dots b/dots new file mode 100755 index 0000000..4e24674 --- /dev/null +++ b/dots @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +source lib/* + +function intro() { +cat <