This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Customize with your datas | |
APIKEY="secret_token" | |
DOMAIN="my_domain" | |
RECORD="my_record" | |
# DO NOT EDIT AFTER THIS LINE | |
CURRENTIP=$(curl -s ifconfig.co/ip) | |
IPLENGTH=$(echo -n ${CURRENTIP} | wc -m) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir ~/tmp_working_dir | |
cd ~/tmp_working_dir | |
git init full_smalte | |
cd full_smalte | |
all_subs="installer framework module.sample tests theme.backoffice theme.frontoffice" | |
# part 1 : import all | |
# Six branch doomed to die |