#!/bin/bash

IFS=","
for x in $(./ensz-ein.py)
do
#y=$(echo $x | tr -d '\n')
#echo $y
echo $x
echo
echo "/home/pi/schalte_ein.py" | at $x
done
