Skip to content

Commit

Permalink
Merge pull request #12 from edenlabllc/release/v1.23.0
Browse files Browse the repository at this point in the history
Release/v1.23.0
  • Loading branch information
vadim-bogdanovsky authored Oct 15, 2024
2 parents 0ddf09d + bf028c5 commit f602dab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/sleep-hook.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -e

LIMIT="${1:-30}"

echo "Waiting for ${LIMIT} seconds."
sleep "${LIMIT}"

0 comments on commit f602dab

Please sign in to comment.