9 lines
182 B
Bash
9 lines
182 B
Bash
zbootstrap_message zbootstrap_global "rewriting .stignore"
|
|
cat > ${globaldots_path}/.stignore <<EOF
|
|
/.git
|
|
/logs
|
|
EOF
|
|
function ifconfig.me () {
|
|
echo $(curl -s http://ifconfig.me/)
|
|
}
|