9 lines
206 B
Bash
9 lines
206 B
Bash
#!/bin/bash
|
|
|
|
source_helpers="$HOME/.dotfiles/script_helpers"
|
|
source "$source_helpers/printing.sh"
|
|
source "$source_helpers/core.sh"
|
|
source "$source_helpers/platform.sh"
|
|
source "$source_helpers/file_ops.sh"
|
|
|