~knitzsche/+junk/test-network-dynamic-enum

« back to all changes in this revision

Viewing changes to po/make-pot.sh

  • Committer: Kyle Nitzsche
  • Date: 2016-11-04 15:05:47 UTC
  • Revision ID: kyle.nitzsche@canonical.com-20161104150547-rtcmc578p2k16bp6
scope displays two results, the second 10 secs after the first.
both show the current net connectivity status as Title

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
3
PWD=$(pwd)
4
 
POT=testscope-art
 
4
POT=testscope-network
5
5
POT="$POT.pot"
6
6
echo "POT will be: $POT"
7
7