SomeNet
/
public repos
/
somenet
/
certgen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
61475b3
)
add timestamp to output.
author
Someone
<someone@somenet.org>
Wed, 4 Feb 2015 23:19:54 +0000
(
00:19
+0100)
committer
Someone
<someone@somenet.org>
Wed, 4 Feb 2015 23:19:54 +0000
(
00:19
+0100)
certgen.sh
patch
|
blob
|
history
diff --git
a/certgen.sh
b/certgen.sh
index 9b051e26b0984227f4f63a8e261881cc1bd41bdf..4131eba489408af28fbb0639fb036f3409e1df22 100755
(executable)
--- a/
certgen.sh
+++ b/
certgen.sh
@@
-15,7
+15,7
@@
while read cdline ; do
cd $MYPWD
read -a certdata <<< "$cdline"
- echo "*** Processing: ${certdata[0]} - ${certdata[1]} ***"
+ echo "*** Processing: $
(date -Iseconds) - $
{certdata[0]} - ${certdata[1]} ***"
if [[ -d "output/${certdata[1]}" ]] ; then
echo "*** ERROR - THIS SEEMS TO ALREADY EXIST ***" 1>&2
echo "*** ABORTED ***" 1>&2