~ubuntu-accomplishments-admins/ubuntu-accomplishments-validation-server/production

« back to all changes in this revision

Viewing changes to shares.sh

  • Committer: Jono Bacon
  • Date: 2012-08-02 00:02:39 UTC
  • Revision ID: jono@ubuntu.com-20120802000239-rls7imstv68qw889
 * Updated the example .matrixexample file.
 * Adjusted a hard coded file path in process-sharecheck.
 * Removed some files.
 * Updated the README with deployment instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
while true; do
3
 
  python shares.py
4
 
done