forked from kunsi/dotfiles
4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
trap 'rm -f "$1"' EXIT
|
|
xiate -name xiate-floating -e vim -R "$1"
|