#!/bin/sh
# replace spaces by EOL
sed 's/#.*$//g
s/ $//g
s/ /\
/g' | sed '/^$/d'
