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

jean-michel's avatar
jean-michel committed
var=$(<${HOME}/.66/conf/boot-user/boot-user-${USER}.conf)
Eric Vidal's avatar
Eric Vidal committed

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

66-all up
sleep 03