#!/bin/sh
TMP=/tmp/.feeds
echo "successfully installed"
echo "syncing disk"
sync
exit 0
