python代码:
Java代码
import os
file = open("cc.txt")
for line in file:
os.system(line)
ruby代码:
Java代码
file = File.open("ttt.txt")
file.each_line do |line|
%x(scp #{line.chomp} #{line.replace(&quo
本文来源gaodai.ma#com搞##代!^码7网
t;/","")})
end
python代码:
Java代码
import os
file = open("cc.txt")
for line in file:
os.system(line)
ruby代码:
Java代码
file = File.open("ttt.txt")
file.each_line do |line|
%x(scp #{line.chomp} #{line.replace(&quo
t;/","")})
end