1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Log webrings script

This commit is contained in:
Rohan Kumar 2024-04-05 17:11:02 -04:00
parent 33912cf42f
commit 97439f2a92
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -75,11 +75,13 @@ focus_first() {
all_lines() {
endless_orbit
&>2 echo "fetched endless orbit"
focus_first
&>2 echo "fetched focus_first"
}
if [ "$dry_run" = '1' ]; then
endless_orbit
all_lines
elif [ -f "$webrings_dest" ]; then
echo "webrings file already generated"
else