Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
navidemad committed Aug 1, 2024
1 parent 9d56302 commit 1c07f9f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,20 @@ function indent() {
esac
}

echo "LIBRARY_PATH" | indent
ls -lahR $LIBRARY_PATH | indent

echo "LD_LIBRARY_PATH" | indent
ls -lahR $LD_LIBRARY_PATH | indent

echo "MAGICK_CONFIGURE_PATH" | indent
ls -lahR $MAGICK_CONFIGURE_PATH | indent

echo "MAGICK_HOME" | indent
ls -lahR $MAGICK_HOME | indent

env | indent

magick -list configure | indent
# magick -resize 100 fixtures/test.avif fixtures/test-resize.avif | indent
# magick -resize 100 fixtures/test.heic fixtures/test-resize.heic | indent
Expand Down

0 comments on commit 1c07f9f

Please sign in to comment.