Commit 78d85e26 authored by nanahira's avatar nanahira

config scripts

parent 1e68ce2b
#!/bin/bash
ssh root@10.198.1.1 -p 55322 ipset add u_water_chnroute 10.198.1.57
./config.sh
ssh root@10.198.1.1 -p 55322 ipset del u_water_chnroute 10.198.1.57
#!/bin/bash
doc="1GhnleY2ixgqd0lPes2sA0pVhuwISfeHfoF_wRp2FX5Y"
sheets="1062294728 97970900 588155896 210966971 2131428334 157506808"
rm -rf data/*
cd data
( for sheet in $sheets
do
echo "https://docs.google.com/spreadsheets/d/${doc}/export?exportFormat=csv&gid=${sheet}"
done ) | wget --content-disposition -i -
cd ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment