mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-19 17:23:22 +00:00
7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ea
|
|
|
|
echo "Starting RoboSats..."
|
|
exec tini -s ./robosats-client.sh
|