Skip to content

Commit

Permalink
adding simple script and alternative xmi for development
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed May 13, 2021
1 parent a90a8fe commit 687ae56
Show file tree
Hide file tree
Showing 2 changed files with 1,152 additions and 0 deletions.
10 changes: 10 additions & 0 deletions model/start_dev_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cp vfb.xmi vfb.bak
mv vfb-dev.xmi vfb.xmi
if [[ "$(python --version)" =~ "3." ]]; then
python -m http.server 8989
else
python -m SimpleHTTPServer 8989
fi
echo "test test"
mv vfb.xmi vfb-dev.xmi
mv vfb.bak vfb.xmi
Loading

0 comments on commit 687ae56

Please sign in to comment.