Added POC script that sources bash snippits from the internets
This commit is contained in:
parent
88c678ca1a
commit
ed1262ac7a
|
@ -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
|
Loading…
Reference in New Issue