Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 557 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 557 Bytes

script-drive-download

A bash script to download files saved in google drive files from sites like mth102 site.

First clone this repository then enter into that directory by cd command .

Step to use it in Mac OS

  • Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install lynx
brew install lynx
  • Execute the script
bash script.sh

Steps to use it in Ubuntu

  • Install lynx
sudo apt install lynx
  • Execute the script
bash script.sh