alkaa/roles/scripts/files/open_editor_in_new_shell
2025-07-03 22:30:08 +02:00

4 lines
47 B
Bash

#!/usr/bin/env sh
$TERMINAL -e $EDITOR "$1" &