mirror of
https://github.com/pygos/build.git
synced 2024-11-25 12:20:42 +01:00
4 lines
46 B
Bash
4 lines
46 B
Bash
|
if [ -f /etc/bashrc ]; then
|
||
|
. /etc/bashrc
|
||
|
fi
|