#!/bin/bash

#this is the same as groovix-exec-after-sleep but gets killed by groovix-reset-station to prevent those delayed processes from running AFTER reset if session is really short

sleep $1

shift

exec "$@"
