mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 08:31:00 +00:00
13 lines
249 B
Bash
Executable File
13 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# @package sscripts
|
|
# @author sHa <sha@shadoll.dev>
|
|
# @copyright 2019 shadoll
|
|
# @version 19.6.7
|
|
# @link https://shadoll.dev
|
|
#
|
|
|
|
# appname=$(awk -F'=' '/^APPNAME/ { print $2}' ./docker/.env)
|
|
|
|
docker-compose exec app npm "$@"
|