mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "Starting server..."
|
|
node server.js
|