8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
CURRENT_PATH=$(pwd)
|
|
|
|
cd $HOME/myHome/Projects/Blog
|
|
|
|
pnpm new-post "$1"
|
|
|
|
cd $CURRENT_PATH
|