-
-
Save Mnkai/0d0683ae55c93b0b962c5f38197952f7 to your computer and use it in GitHub Desktop.
롯데 항공화물 추적 스크립트
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ "$1" = "" ]; then | |
echo "Usage: $0 <slip no>" | |
exit 1; | |
fi | |
curl -s "https://lglet.lottegl.com/view/tracking/import/$1" | elinks -dump 1 /dev/stdin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment