so here is what I want - to execute the following mini script from bash shell:
mnesia:change_table_copy_type(schema, node(), disc_copies).
I am trying to find out the possibilities but can not find a clear answer. There is a "-noshell" option, or, "-oldshell" option but none of them say how to execute any command like the one above.
How do I do that?