From ed1262ac7a5053d19428a4d5c5ff4caed7f1c23f Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 15 Oct 2020 21:33:10 -0500 Subject: [PATCH] Added POC script that sources bash snippits from the internets --- bin/sourcetest | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/sourcetest diff --git a/bin/sourcetest b/bin/sourcetest new file mode 100755 index 0000000..f67f530 --- /dev/null +++ b/bin/sourcetest @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +tlsource() { # A quick function to source some scripts + . <(curl -s $@) +} + +tlsource https://git.thurstylark.com/vcsh/bashrc.git/plain/.bashrc.d/sing.bash +tlsource https://git.thurstylark.com/vcsh/bashrc.git/plain/.bashrc.d/triumph.bash + +triumph