10 lines
195 B
Plaintext
Executable File
10 lines
195 B
Plaintext
Executable File
src = get_param("src")
|
|
dst = get_param("dst")
|
|
platform = get_param("platform")
|
|
|
|
set_platform(platform)
|
|
basename = remove_extension_from_path(dst)
|
|
load_script(src)
|
|
save_script(basename)
|
|
|