From 9c9625fec8f35932f37973f31677a21f3184511e Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Fri, 6 May 2022 16:30:44 +0200 Subject: Edited pscontests.sh made that it appends the classic cpp program to each problem of the contest --- scripts/.scripts/pscontests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/.scripts/pscontests.sh') diff --git a/scripts/.scripts/pscontests.sh b/scripts/.scripts/pscontests.sh index d476cc8..1536f96 100755 --- a/scripts/.scripts/pscontests.sh +++ b/scripts/.scripts/pscontests.sh @@ -7,9 +7,6 @@ mkdir ${REPLY} cd ${REPLY} for p in $PROBLEMS do - mkdir $p - cd $p touch $p.cpp - cd .. + echo -e "#include\n\nusing namespace std\n\nint main () {\n\n}" > $p.cpp done -cd .. -- cgit v1.2.3