5 lines
142 B
Bash
Executable file
5 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
cd ~/Documents/t0xa_vault/ || { echo "Directory not found"; exit 1; }
|
|
|
|
nvim ~/Documents/t0xa_vault/2\ -\ Work/Working\ notes.md
|