first commit

This commit is contained in:
dedal.qq 2018-09-28 20:59:02 +03:00
parent 0e60e75de8
commit f36ada19ea
4 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,5 @@
MIT License
Copyright (c) <year> <copyright holders>
Copyright (c) 2018 Tepexoff
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

10
ev.json Normal file
View File

@ -0,0 +1,10 @@
{
"build": [],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"cmd": ["./run.sh"]
}
]
}

2
main.js Normal file
View File

@ -0,0 +1,2 @@
comsole.log("omg")

3
run.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
export NODE_PATH=$(npm root --quiet -g) && node main.js