mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-26 13:19:16 +00:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ea
|
|
|
|
echo "Starting RoboSats..."
|
|
exec tini ./robosats-client.sh
|