init
This commit is contained in:
5
_st-scripts/st-editscreen
Executable file
5
_st-scripts/st-editscreen
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
tmpfile=$(mktemp /tmp/st-edit.XXXXXX)
|
||||
trap 'rm "$tmpfile"' 0 1 15
|
||||
cat > "$tmpfile"
|
||||
st -e "$EDITOR" "$tmpfile"
|
||||
Reference in New Issue
Block a user