Hello Cricket Lovers :-)

Bash Shell Script to Get Live Score Feed on your terminal.
Real-time Live Score Feed Updates...

Requirements

  • cURL
  • libxml2-utils
  • grep
sudo apt-get install curl libxml2-utils -y
sudo apt-get install grep

How to use this Live Cricket Score Shell Script

  • Download the Script via Wget Method (save it on any location)
wget --no-check-certificate https://download.mskian.com/files/score.sh

  • Open SSH terminal
  • Next Open the File location that contains Live Cricket Score bash file (score.sh)
  • Give Execute Premission
chmod +x score.sh
  • Run the below command line Execute the Script
./score.sh

or

bash score.sh
  • Get a Live Cricket Score From Shell script
  • it will display the list of live cricket matches

Live Cricket Score From Shell script

  • Choose any one of the Live Match to Get live score updates

Live Cricket Score From Shell script


Live Cricket score Update on Android

you can also run this Shell Script on your Android device too by using Termux Android Emulator APP (Download it from Google Playstore)

It requires three packages to execute this shell script

  • Before installing the required packages update & upgrade
apt-get update
apt upgrade

OR

pkg up
  • cURL
pkg install curl
  • Wget
pkg install wget
  • libxml2-utils
pkg install libxml2-utils
  • grep
pkg install grep

Rest methods are same

  • Download it to Downloads Folder
  • Open your device storage & Download Folder via Termux
cd $HOME
cd storage
cd downloads
  • Give Storage Permission to Termux
termux-setup-storage
  • In some device, due to Security we can't perform some commands so run this Script Directly by using this Below command line
bash score.sh
Live Cricket Score From Shell script

From the Editor's Desk

Now you can Get real-time Live Score feed Updates on your terminal :-)
Live Match Scores are Fetched from espncricinfo.com XML feed.