mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-24 13:23:04 +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
|