[examples] struct member lists

This commit is contained in:
Allen Webster
2021-09-19 16:56:39 -07:00
parent 2be6caf79a
commit f0ca7effc5
2 changed files with 114 additions and 15 deletions
+6 -5
View File
@@ -4,18 +4,19 @@
og_path=$PWD
cd "$(dirname "$0")"
cd ..
root_path=$PWD
build_path=$root_path/build
examples_path=$root_path/examples
root_path=$PWD
build_path=$root_path/build
examps=$root_path/examples
echo ~~~ Running Type Metadata Example ~~~
cd $build_path
./type_metadata.exe $examples_path/mdesk_files/types.mdesk
./type_metadata.exe $examps/type_metadata/types.mdesk
echo
echo ~~~ Running Error Generation Example ~~~
cd $build_path
./user_errors.exe $examples_path/mdesk_files/user_errors.mdesk
./user_errors.exe $examps/user_errors/user_errors.mdesk
echo
###### Restore Path ###########################################################