8 lines
166 B
Bash
Executable File
8 lines
166 B
Bash
Executable File
echo "
|
|
# Alias C2A
|
|
|
|
alias restart-api='docker restart c2a-api-prod'
|
|
alias restart-api-dev='docker restart c2a-api-dev'
|
|
|
|
export PATH=$PATH:/root/.bin
|
|
" > /root/.bashrc |