crap
This commit is contained in:
parent
70a565df77
commit
4ef7f7756f
3 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./sync.conf || . ../sync.conf
|
||||
|
||||
DRY_RUN=${DRY_RUN:-no}
|
||||
|
||||
bool() {
|
||||
|
@ -17,3 +19,7 @@ run() {
|
|||
"$@"
|
||||
fi
|
||||
}
|
||||
|
||||
is_graphical() {
|
||||
command -v $PREF_TERM && return 0 || return 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue