Dotfiles/rice-bowl/scripts/autorun.sh

8 lines
221 B
Bash
Raw Normal View History

2023-02-03 18:12:16 +00:00
#!/bin/bash
SH_DIR_AUTORUN=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SH_DIR_AUTORUN/../config.sh
find $RICE_DIR_AUTORUN -type f -executable | while read line ; do source $line ; done