ms264556
@ms264556@beehaw.org
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on What are the recommended scripting languages for complex shell scripts beyond bash? 1 year ago:
It’s pretty close already. I forget where I cribbed the technique from, but I embed python functions into my scripts very often…
E.g. here’s the relevant parts of a bash function from one of my hobby projects …
function rks_encrypt { RUCKUS_SRC=“$1” RUCKUS_DEST=“$2” python3 - <