initial commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cat > /tmp/hollorol_edit
|
||||
|
||||
st -e nvim /tmp/hollorol_edit
|
||||
|
||||
cat /tmp/hollorol_edit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user