Skip to content

Commit

Permalink
Update build-land.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Nov 9, 2024
1 parent 46c7c3c commit 06b224a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-scripts/build-land.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ temp=$(pwd)

cd "${entry}" || exit $?

sudo apt install graphviz

dot -T"${output_type}" "./${code}" -o "${code}.${output_type}"

cd $temp
cd $temp

0 comments on commit 06b224a

Please sign in to comment.