Skip to content

Commit 6dbb593

Browse files
committed
adding file mover commands
1 parent 33cab57 commit 6dbb593

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ ex-email: ## Run the example calendar script
132132
python3 ex.py
133133
rm /workspaces/devsetgo_lib/ex.py
134134

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+
135145
ex-all: ## Run all the examples, but fastapi
136146

137147
make ex-log
@@ -141,3 +151,4 @@ ex-all: ## Run all the examples, but fastapi
141151
make ex-pattern
142152
make ex-text
143153
make ex-email
154+
make ex-fm

0 commit comments

Comments
 (0)