8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~/mitx_all
|
|
source STARTUP
|
|
cd edx-platform
|
|
|
|
python scripts/cms_export_to_github $*
|