4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/bash
|
|
echo "Starting WhatsApp Bridge 1.4.0..."
|
|
exec node /app/server.js
|
#!/bin/bash
|
|
echo "Starting WhatsApp Bridge 1.4.0..."
|
|
exec node /app/server.js
|