utils
This commit is contained in:
8
utils/.local/bin/scratch
Executable file
8
utils/.local/bin/scratch
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
file="$(mktemp)"
|
||||
echo "Editing $file"
|
||||
exec "$EDITOR" "$file"
|
||||
Reference in New Issue
Block a user