This commit is contained in:
TheK4n 2022-10-15 20:36:07 +03:00
parent 21769704a2
commit c549783c9a

View File

@ -1,6 +1,6 @@
_so () {
[ -f "$1" ] && source "$1"
[ -r "$1" ] && source "$1"
}
if [[ $0 == *bash ]]; then