All pastes #2096063 Raw Edit

Something

public text v1 · immutable
#2096063 ·published 2011-12-23 18:00 UTC
rendered paste body
# bt #############################
mytest() {
    a=$(./bt2)
    eval "$a"
}

mytest
export TEST_ONE

# bt2 ############################
#!/bin/bash

echo 'TEST_ONE=hero
TEST_TWO=zero'