We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec35cb9 commit 1cf4135Copy full SHA for 1cf4135
example/tool/model_generator.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+CURRENT=`pwd`
4
+DIR_NAME=`basename "$CURRENT"`
5
+if [ $DIR_NAME == 'tool' ]
6
+then
7
+ cd ..
8
+fi
9
10
+fvm flutter packages run model_generator
0 commit comments