Implemented SheerkaOntology

This commit is contained in:
2021-01-11 15:36:03 +01:00
parent e3c2adb533
commit e26c83a825
119 changed files with 6876 additions and 2002 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
BASEDIR=$(dirname $0)
BASEDIR=$(dirname "$0")
list_available() {
available=$(ls "$BASEDIR"/../_concepts_*.txt | awk -F_ '{ print " "$3}' ) 2> /dev/null
@@ -37,6 +37,6 @@ if [ -e ~/.sheerka ]; then
mv ~/.sheerka ~/.sheerka.bak
fi
python $BASEDIR/../main.py "sheerka.restore('$1')"
python "$BASEDIR"/../main.py "sheerka.restore('$1')"
rm -rf "$env_folder"
cp -R ~/.sheerka "$env_folder"