Skip to content

Commit

Permalink
Script to sync previous work
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravpanda committed Sep 20, 2021
1 parent c0d5f7c commit edd21b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sync_previous_module.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
"""
Description:
Make sure that both the new and old module files are in same directory!
Note: Make sure that both the new and old module files are in same directory!
This script helps you sync your previous module works with current modules.
It takes 2 arguments, source_dir_name and destination_dir_name.
All the files which will be moved are specified in files_to_sync.txt as newline separated strings
Usage: python sync_previous_module.py <source_dir_name> <dest_dir_name>
Ex: python sync_previous_module.py mle-module-0-sauravpanda24 mle-module-1-sauravpanda24
"""
import os
Expand Down

0 comments on commit edd21b4

Please sign in to comment.