mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 06:30:02 +00:00
11 lines
179 B
Bash
Executable File
11 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# @package sscripts
|
|
# @author sHa <sha@shadoll.dev>
|
|
# @copyright 2019 shadoll
|
|
# @version 19.6.7
|
|
# @link https://shadoll.dev
|
|
#
|
|
|
|
docker-compose up -d "$@"
|