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 379c320 commit c755e60
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,7 @@ function indent() {
esac
}

ls -lahR . | indent

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
ls -lahR /app/vendor/imagemagick | indent

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

0 comments on commit c755e60

Please sign in to comment.