///////////////////////////////////////////////////////////////////////////////
// S E V E N T Y - N I N E C O L U M N S //
///////////////////////////////////////////////////////////////////////////////
Notes from Self
This capsule will be rethinkered over. More to come Soon™.
Actually...
Here's the first bit I need to put out here, because it is a note from and to myself. (I keep forgetting how stupid things like this work.)
Copy files over to and from tilde.pink using rsync:
# Push:
rsync -havu . tarial@tilde.pink:public_gemini
# Pull:
rsync -havu tarial@tilde.pink:public_gemini .