#!/bin/bash

set -euo pipefail

cat > /tmp/hollorol_edit

st -e nvim /tmp/hollorol_edit

cat /tmp/hollorol_edit


