#!/bin/sh # Details for our bs user when testing things export id=1 export secret=secret export name=godrah export joindate=123 export status=1 export permissions=69 export simple_key='{"secret":"secret"}' export url='localhost:8888' export GET='-X GET' export POST='-X POST' export arrows='>>>>>' export line='============='