Added good quality of life espanso alias

This commit is contained in:
z3rOR0ne 2023-05-21 00:44:08 -07:00
parent 9097435d4f
commit 80969729f6
3 changed files with 22 additions and 0 deletions

6
scripts/scrpt Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
filename=$1
touch "$filename"
chmod +x "$filename"
echo "#!/usr/bin/env bash" >> "$filename"