mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Reorganize helpers
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
source "src/lib/dotify-version.sh"
|
source "src/lib/dotify-version.sh"
|
||||||
source "src/lib/trim.sh"
|
source "src/lib/helpers/trim.sh"
|
||||||
|
|
||||||
resolve_link() {
|
resolve_link() {
|
||||||
$(type -p greadlink readlink | head -1) $1
|
$(type -p greadlink readlink | head -1) $1
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ shopt -s extglob
|
|||||||
# Helper functions
|
# Helper functions
|
||||||
#
|
#
|
||||||
|
|
||||||
source "../lib/arguments.sh"
|
source "../lib/helpers/arguments.sh"
|
||||||
source "../lib/trim.sh"
|
source "../lib/helpers/trim.sh"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Internal functions
|
# Internal functions
|
||||||
|
|||||||
Reference in New Issue
Block a user