Add email script

This commit is contained in:
Thomas Avé 2024-02-08 15:14:44 +01:00
parent cc883160d6
commit cfce70c365
1 changed files with 5 additions and 0 deletions

5
scripts/email.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cp "$1" "$1".md
alacritty -e nvim "$1".md
mv "$1".md "$1"