You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.4 KiB
Plaintext

ashe@tilde.club's password:
ashe@tilde.club:~$ ls
about.md contact.md *projects*
ashe@tilde.club:~$ cat about.md
───────┬──────────────────────────────────────────────────
│ File: about.md
───────┼──────────────────────────────────────────────────
1 │ some stuff
2 │
3 │ some more stuff
───────┴──────────────────────────────────────────────────
ashe@tilde.club:~$ cat contact.md
───────┬──────────────────────────────────────────────────
│ File: contact.md
───────┼──────────────────────────────────────────────────
1 │ some stuff
2 │
3 │ some more stuff
───────┴──────────────────────────────────────────────────
ashe@tilde.club:~$ cat projects
/bin/cat: projects: Is a directory
ashe@tilde.club:~$ ls projects
ashe.gay tilde.club/~ashe tempest.dev
ashe@tilde.club:~$ cat projects/ashe.gay
───────┬──────────────────────────────────────────────────
│ File: projects/ashe.gay
───────┼──────────────────────────────────────────────────
1 │ # ashe.gay
2 │
3 │ a site for my creative writing and other vaguely
4 │ less technical shit. of course me being me the
5 │ implementation itself is actually technical as
6 │ fuck what with the styles, animations, and
7 | everything else
───────┴──────────────────────────────────────────────────
ashe@tilde.club:~$