7 lines
118 B
Bash
7 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
NETWORK="'../../examples/smokers2'"
|
||
|
SHORTNAME="sm"
|
||
|
QUERY="smokes(p1,t), smokes(p2,t), friends(p1,p2,X)"
|
||
|
|