tld-a-record/ci.sh
2019-07-02 01:48:58 +05:30

9 lines
128 B
Bash
Executable File

#!/bin/bash
# we need dig
sudo apt install dnsutils
# Run the scan
./scan.sh
cd website
bundle install
bundle exec jekyll build