Using turtle, how does one run a custom bash command found in /a/path/to/a/file.sh
? It would be the equivalent of source /a/path/to/a/file.sh
and then calling custom_bash_function
.
Using Haskell's Turtle to Call a Custom Bash Function
177 Views Asked by George At
1