Skip to content
Snippets Groups Projects
.xsession 127 B
Newer Older
Eric Vidal's avatar
Eric Vidal committed
#!/usr/bin/bash

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

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

66-all up
sleep 03