mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Log webrings script
This commit is contained in:
parent
33912cf42f
commit
97439f2a92
1 changed files with 3 additions and 1 deletions
|
@ -75,11 +75,13 @@ focus_first() {
|
||||||
|
|
||||||
all_lines() {
|
all_lines() {
|
||||||
endless_orbit
|
endless_orbit
|
||||||
|
&>2 echo "fetched endless orbit"
|
||||||
focus_first
|
focus_first
|
||||||
|
&>2 echo "fetched focus_first"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$dry_run" = '1' ]; then
|
if [ "$dry_run" = '1' ]; then
|
||||||
endless_orbit
|
all_lines
|
||||||
elif [ -f "$webrings_dest" ]; then
|
elif [ -f "$webrings_dest" ]; then
|
||||||
echo "webrings file already generated"
|
echo "webrings file already generated"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue