1
0
Files
Dotfiles/Scripts/newPost.sh

8 lines
89 B
Bash
Executable File

CURRENT_PATH=$(pwd)
cd $HOME/myHome/Projects/Blog
pnpm new-post "$1"
cd $CURRENT_PATH