File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,16 @@ ex-email: ## Run the example calendar script
132
132
python3 ex.py
133
133
rm /workspaces/devsetgo_lib/ex.py
134
134
135
+ ex-fm : # # Run the example calendar script
136
+ cp /workspaces/devsetgo_lib/examples/file_monitor.py /workspaces/devsetgo_lib/ex.py
137
+ python3 ex.py
138
+ rm /workspaces/devsetgo_lib/ex.py
139
+
140
+ ex-fm-timer : # # Run the example calendar script
141
+ cp /workspaces/devsetgo_lib/examples/csv_example_with_timer.py /workspaces/devsetgo_lib/ex-timer.py
142
+ python3 ex-timer.py
143
+ rm /workspaces/devsetgo_lib/ex-timer.py
144
+
135
145
ex-all : # # Run all the examples, but fastapi
136
146
137
147
make ex-log
@@ -141,3 +151,4 @@ ex-all: ## Run all the examples, but fastapi
141
151
make ex-pattern
142
152
make ex-text
143
153
make ex-email
154
+ make ex-fm
You can’t perform that action at this time.
0 commit comments