Im looking for a way to link some bash scripts. Kinda the way you include php. I wanna have my password.sh ask for pass > launch Utility > Utility checks to see if its correct > if so it will move to next step > .. Some thing like that. I assume i would have top use a file to store my msd5 coded password (im sure ill find a way to lock that down).
So is this a possible task? if so were should i start reading? if now what would be a better lang to use for that function. but still using my bash as backend?