12 lines
113 B
Bash
Executable File
12 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"
|
|
echo `pwd`
|
|
|
|
source ./installer/bin/activate
|
|
conda-unpack
|
|
|
|
invoke start
|