Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. for (( c=1; c <= 500; c++))
  3. do
  4. echo "tracker-sparql -uq 'INSERT { GRAPH <urn:uuid:08070f5c-a334-4d19-a8b0-12a3071bfab9> { <account$c> a nco:IMAddress } }'"
  5. for (( x=1; x <= 2000; x++))
  6. do
  7. echo tracker-sparql -uq "INSERT OR REPLACE {GRAPH <urn:uuid:08070f5c-a334-4d19-a8b0-12a3071bfab9> {nco:default-contact-me nie:contentLastModified '$x-02-06T15:08:01'} GRAPH <urn:uuid:679293d4-60f0-49c7-8d63-f1528fe31f66> {<account$c> nco:imPresence nco:presence-status-available ; nco:presenceLastModified '$x-02-06T15:08:01'}}"
  8. done
  9.  
  10. done
Add Comment
Please, Sign In to add comment