#!/bin/sh

echo "$(date +%s) $$ $@" >> result.txt

sleep 100