mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "-------------INIT------------"
|
|
/go/bin/databunker -init
|
|
ls -al /go/bin/
|
|
echo "-------------RUN-------------"
|
|
/go/bin/databunker |