Skip to content

Instantly share code, notes, and snippets.

@Mnkai
Forked from perillamint/cjgls.sh
Created November 28, 2018 13:57
Show Gist options
  • Save Mnkai/0d0683ae55c93b0b962c5f38197952f7 to your computer and use it in GitHub Desktop.
Save Mnkai/0d0683ae55c93b0b962c5f38197952f7 to your computer and use it in GitHub Desktop.
롯데 항공화물 추적 스크립트
#!/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