#!/bin/sh

echo "$FAKE_SECRET" > secret.txt
echo "$ONLY_ONE_KEY_SECRET" > secret_with_only_key.txt

sleep 200;
