· 1 min read

Shell-Komandos in irb aufrufen

Quellcode:

[ruby] def sys_kommando(name, *args) system(”#{name} #{args.join(’ ’)}”) end [/ruby]

Back to Blog