5 lines
78 B
Bash
5 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Run the platform-specific binary
|
||
|
"/app/linux-$(uname -m)/nebula"
|