ronvolutional commited on
Commit
1615f25
1 Parent(s): b8e7647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,3 +3,4 @@ import subprocess
3
  subprocess.run("curl -fsSL https://deb.nodesource.com/setup_18.x", shell=True)
4
  subprocess.run("cat /etc/os-release", shell=True)
5
  subprocess.run("node --version", shell=True)
 
 
3
  subprocess.run("curl -fsSL https://deb.nodesource.com/setup_18.x", shell=True)
4
  subprocess.run("cat /etc/os-release", shell=True)
5
  subprocess.run("node --version", shell=True)
6
+ subprocess.run("pwd && ls", shell=True)