the map is the territory

Gather the Spell

The spell is hidden as fragments of four lines in the source code of a group of websites, marked by the sigil of a comet: ~~*.

begin

Let’s begin, with a prelude from solarpunk.cool

In your terminal, type:
$: curl -L solarpunk.cool/magic/begin | grep "~~*" -A2 | tail -2 >> begin

(This has been our most complex invocation and needs to be typed exactly to work properly, so double check what you typed before pressing enter.)

We can check it worked with our trusty cat:
$: cat begin

You will see:
Earth water fire airwithin me all things are there

Earth

Next, we gather from the earth and coolguy.website:
$: curl -L coolguy.website/earth | grep "~~*" -A2 | tail -2 >> earth

Water

Gather from water and angblev.com:
$: curl -L angblev.com/water | grep "~~*" -A2 | tail -2 >> water

Fire

Gather from fire and our home solarpunk.cool
$: curl -L solarpunk.cool/magic/fire | grep "~~*" -A2 | tail -2 >> fire

Air

Gather from air and apileof.rocks
$: curl -L apileof.rocks/air | grep "~~*" -A2 | tail -2 >> air

End

We end the spell by returning to solarpunk.cool
$: curl -L solarpunk.cool/magic/end | grep "~~*" -A2 | tail -2 >> end

Check it worked

Lastly, type:
$: ls

you should see;
air begin earth end fire water

We’ve gathered the parts. Now we can cast.

Footnotes