#!/bin/sh

count=$(ls -1 /archive/gst-fluendo-vadec1* 2> /dev/null | wc -l)
if [ "$count" != 0 ]; then
    echo "gst-fluendo-vadec1" >> "$1"
fi
