Skip to content
Snippets Groups Projects
Commit d978bb7b authored by npedot's avatar npedot
Browse files

refacts files in folders

parent 656b001e
No related branches found
No related tags found
No related merge requests found
match $x sub thing; get $x;
#!/bin/tcsh
typedb console --command="database delete $1"
typedb console --command="database create $1"
match $p isa thing; delete $p isa thing;
match $p isa thing; delete $p isa thing;
match $x isa thing; get $x;
match
$x isa entity, has name $name;
get $name;
#!/bin/tcsh
typedb console --command="database delete $1"
typedb console --command="database create $1"
#!/bin/tcsh
typedb console --command="database delete $1"
typedb console --command="database create $1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment