alkaa/roles/scripts/files/open_editor_in_new_shell
2023-04-24 08:19:24 +02:00

4 lines
45 B
Bash

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