12 lines
114 B
Bash
Executable File
12 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cat > /tmp/hollorol_edit
|
|
|
|
st -e nvim /tmp/hollorol_edit
|
|
|
|
cat /tmp/hollorol_edit
|
|
|
|
|