5 lines
136 B
Shell
Executable file
5 lines
136 B
Shell
Executable file
#!/bin/bash
|
|
|
|
SOURCE_URL="https://www.hebcal.com/shabbat?cfg=json&geonameid=2983990&m=off&leyning=off&lg=fr"
|
|
|
|
curl -s "$SOURCE_URL" | jq
|