From 392426d5b748fb0aad8159ba70731aa939aa194f Mon Sep 17 00:00:00 2001 From: Albert Huang Date: Fri, 1 Nov 2019 07:22:41 -0400 Subject: [PATCH] Add customizable interval to saveItAll --- saveItAllD | 2 +- saveItAllD2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/saveItAllD b/saveItAllD index c5cc5c6..e52f83e 100755 --- a/saveItAllD +++ b/saveItAllD @@ -1,5 +1,5 @@ #!/bin/bash -INTERVAL="30m" +INTERVAL="${1}m" mutex() { local file=$1 pid pids diff --git a/saveItAllD2 b/saveItAllD2 index 2fa1e48..0720b2f 100755 --- a/saveItAllD2 +++ b/saveItAllD2 @@ -1,5 +1,5 @@ #!/bin/bash -INTERVAL="30m" +INTERVAL="${1}m" mutex() { local file=$1 pid pids