Example #1
0
def evaluate_bash(pad_input):
    return evaluate_command(['bash'], '.sh', pad_input)
Example #2
0
def evaluate_singular(pad_input):
    return evaluate_command(['sage', '-singular', '-b'], '.singular', pad_input)