PracticeDev/study_clang/Mimic/container_migrate/migrate.py

20 lines
263 B
Python
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
#!/bin/python
# Author: Tianlun Song
# Blog: https://blog.frytea.com
# Time:2020-12-23 18:48:06
# Name:migrate.py
# Version:V1.0
# Description:This is a production script.
import os
list_apps = [ \
"piggie", \
"while"]
dict_apps = {}
i = 0;