mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
8 lines
277 B
Bash
Executable File
8 lines
277 B
Bash
Executable File
#!/bin/bash
|
|
#script to rebuild octodns quickly
|
|
|
|
sudo rm -r /home/t-hehwan/GitHub/octodns/build
|
|
sudo rm -r /home/t-hehwan/GitHub/octodns/octodns.egg-info
|
|
sudo python /home/t-hehwan/GitHub/octodns/setup.py build -q
|
|
sudo python /home/t-hehwan/GitHub/octodns/setup.py install -q
|