Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunereco
dunereco
CVN
keras_scripts
keras_to_tensorflow
execute.sh
Go to the documentation of this file.
1
#!/bin/bash
2
3
if [ "$#" -ne 3 ]; then
4
echo "Usage: $0 arg1 arg2 arg3" >&2
5
exit 1
6
fi
7
8
python $1 $2 $3
Generated by
1.8.11