Added POC script that sources bash snippits from the internets

This commit is contained in:
David Thurstenson 2020-10-15 21:33:10 -05:00
parent 88c678ca1a
commit ed1262ac7a
1 changed files with 10 additions and 0 deletions

10
bin/sourcetest Executable file
View File

@ -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