6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
bash "${DOTFILES_PATH}/de/bar/bar.bash" &
|
||
|
bg
|
||
|
disown
|