Technische Entwicklungs-gesellschaft für digitale Innovationen
sorry, no time for web design
Unser Tech Stack:
pure java / javascript / python / rust / vue
cloud agnostic / aws / azure / docker
ci/cd jenkins / gitlab / nexus
Unsere Kunden:
Pharma / Industrie / Entertainment / öffentliche Verwaltung
Eigene Projekte:
cloudtoolbox
Tegdi - Wir stellen ein!
#!/bin/bash
jbox="jobs/maildir"
for mail in `ls $jbox/new`
do
let COUNT=`egrep -i "no[[:space:]]*(frontend|backend|fullstack)\
[[:space:]]*skills"\
$jbox/new/$mail | wc -l`
if [ $COUNT -eq "0" ];then
mv $jbox/new/$mail $jbox/candidate/$mail
fi
done