Delete old shell scripts

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2017-12-28 19:17:59 +00:00
parent 05cdbcc04d
commit 1c2817c834
8 changed files with 7 additions and 9 deletions

View File

@ -5,6 +5,7 @@ let fs = require('fs');
const getStdin = require('get-stdin');
getStdin().then((content) => {
fs.readFile("/etc/hostname", "utf8", (err, data) => {
console.log("Hostname: " + data);
console.log("Platform: " + os.platform());