Rifd commited on
Commit
b8fbdc8
·
1 Parent(s): 610796f
Files changed (1) hide show
  1. up.js +5 -1
up.js CHANGED
@@ -34,5 +34,9 @@ const push = async (username) => {
34
  }
35
  };
36
 
37
- push("termai")
 
 
 
 
38
  .then(()=> process.exit())
 
34
  }
35
  };
36
 
37
+ let names = [
38
+ "termai",
39
+ "aryhw"
40
+ ]
41
+ push("aryhw")
42
  .then(()=> process.exit())