#!/bin/sh

if [ -f /usr/bin/flatpak ]
then
    flatpak list > $1
else
    exit 200
fi
