mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 03:27:00 +00:00
12 lines
192 B
Bash
Executable File
12 lines
192 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 exec app composer "$@"
|