Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/0e36501fcd8bad66716441a47f727551 to your computer and use it in GitHub Desktop.
Save velotiotech/0e36501fcd8bad66716441a47f727551 to your computer and use it in GitHub Desktop.
for i in `cat list.txt`; do echo $i;
sudo -i dcos-shell /opt/mesosphere/bin/dcos_add_user.py $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment