Skip to content

Commit

Permalink
Remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Jun 12, 2024
1 parent bfabb5a commit 01ee319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion move_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ set -e

for dir in ./program_artifacts/*/
do
echo ${dir}
mv ${dir}/programs/* ${dir}/
done

0 comments on commit 01ee319

Please sign in to comment.