diff --git a/apple.txt b/apple.txt new file mode 100644 index 0000000..bca29ed --- /dev/null +++ b/apple.txt @@ -0,0 +1 @@ +this is fruit \ No newline at end of file diff --git a/command line.js b/command line.js new file mode 100644 index 0000000..934525b --- /dev/null +++ b/command line.js @@ -0,0 +1,3 @@ +const fs = require('fs'); +var input = process.argv; +fs.writeFileSync(input[2] , input[3]); \ No newline at end of file