diff options
Diffstat (limited to 'scripts/.scripts/cpp_ps.sh')
| -rwxr-xr-x | scripts/.scripts/cpp_ps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/.scripts/cpp_ps.sh b/scripts/.scripts/cpp_ps.sh index 95b110f..e8d52b7 100755 --- a/scripts/.scripts/cpp_ps.sh +++ b/scripts/.scripts/cpp_ps.sh @@ -4,12 +4,12 @@ read input if [ "$input" = "y" ]; then mkdir $1 cd $1 - cp ~/test/cptemplate/main.cpp . + cp ~/programming/cptemplate/main.cpp . nvim main.cpp fi if [ "$input" = "d" ]; then mkdir $1 - cp ~/test/cptemplate/main.cpp $1 + cp ~/programming/cptemplate/main.cpp $1 fi |
