4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/bash
|
|
|
|
source ${HOME}/.bashrc.d/startup.sh
|
|
env "BASHRC=true" dotfiles-updatechecker
|