aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/pscontests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/pscontests.sh')
-rwxr-xr-xscripts/.scripts/pscontests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.scripts/pscontests.sh b/scripts/.scripts/pscontests.sh
index ff4f1e3..3705a7f 100755
--- a/scripts/.scripts/pscontests.sh
+++ b/scripts/.scripts/pscontests.sh
@@ -7,5 +7,5 @@ mkdir ${REPLY}
cd ${REPLY}
for p in $PROBLEMS
do
- echo "y" | ~/.scripts/cpp_ps.sh $p
+ echo "d" | ~/.scripts/cpp_ps.sh $p
done