import { VirtualTextFile } from "$/apps/source"; import { Hr } from "../hr"; import { Link } from "../link"; export default { name: "Symlink.txt", type: "text", content: ( <>

Symlink

⸜(。˃ ᵕ ˂ )⸝♡ ( ˶ˆᗜˆ˵ )ֶָ֢


A symbolic link, often shortened as symlink, is a special computer file that refers to another file or directory by storing a path to it. Kind of romantic…

I made this after watching Serial Experiments Lain, so it does have some Bôa - Duvet influences.

), height: "70vh", width: "70vw", } as VirtualTextFile;