diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-01-13 21:51:32 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-01-13 21:51:32 +0200 |
| commit | e2d4de62ba96d366d9171df6a318ec82d37425f0 (patch) | |
| tree | cd35292811c612e610ce3dde0ab6c1e8bf929743 /scripts/.scripts/cpp_ps.sh | |
| parent | 4d04ea55656733ec27ee7753347407c5416496fd (diff) | |
| download | dotfiles-e2d4de62ba96d366d9171df6a318ec82d37425f0.tar.xz dotfiles-e2d4de62ba96d366d9171df6a318ec82d37425f0.zip | |
Added competitest to nvim and did some ricing to the awesomewm bar
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 |
