mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-28 07:10:21 +00:00
4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "Starting server..."
|
|
pm2-runtime server.js
|