#!/usr/bin/bash

var=$(<${HOME}/.66/conf/boot-user-${USER}.conf)

for i in ${var[@]}; do
	export ${i}
done

66-all up
sleep 03