git.99rst.org
/
photo-of-the-day.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
60dc15a
)
helper script to render photo paths
easy
author
Georgios Kontaxis
<redacted>
Fri, 26 Sep 2025 23:08:38 +0000
(19:08 -0400)
committer
Georgios Kontaxis
<redacted>
Sat, 27 Sep 2025 00:52:54 +0000
(20:52 -0400)
go.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/go.sh
b/go.sh
new file mode 100755
(executable)
index 0000000..
9695c17
--- /dev/null
+++ b/
go.sh
@@ -0,0
+1,5
@@
+#!/bin/bash
+n=1; if [[ $# -ge 1 ]] && [[ $1 =~ ^[0-9]+$ ]]; then n=$1; shift 1; fi
+cd "`dirname $0`"
+for i in `seq 1 1 $n`; do open "`python3 photo-of-the-day.py`"; done
+cd - > /dev/null
git clone https://git.99rst.org/PROJECT