Created
September 11, 2019 22:39
-
-
Save rslonik/8973426885ba723f3e141c0f40ae45fb to your computer and use it in GitHub Desktop.
do something to all sites in easy engine install
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
for site in `ee site list | grep -v example.com | sort | sed 's/\x1B\[[0-9;]*[JKmsu]//g'` | |
do | |
echo $site | |
#scp host:file.txt /var/www/$site/htdocs/ | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment