Advertisement
dd97

spawnshell-dlang

Mar 27th, 2016
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.13 KB | None | 0 0
  1. #!/usr/bin/dmd
  2.  
  3. import std.process;
  4.  
  5. void main()
  6. {
  7.     std.process.spawnShell("echo 'Hello from D std.process.spawnShell'");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement