#!/usr/bin/bash
var=$(<${HOME}/.66/conf/boot-user/boot-user-${USER}.conf)
for i in ${var[@]}; do export ${i} done 66-all up sleep 03