forked from Shinonome/dots-hyprland
Update checkdeps
This commit is contained in:
@@ -70,6 +70,9 @@ function pause(){
|
|||||||
}
|
}
|
||||||
function remove_bashcomments_emptylines(){
|
function remove_bashcomments_emptylines(){
|
||||||
mkdir -p "$(dirname "$2")"
|
mkdir -p "$(dirname "$2")"
|
||||||
|
echo "pwd=$(pwd)"
|
||||||
|
echo "input=$1"
|
||||||
|
echo "output=$2"
|
||||||
cat "$1" | sed -e 's/#.*//' -e '/^[[:space:]]*$/d' > "$2"
|
cat "$1" | sed -e 's/#.*//' -e '/^[[:space:]]*$/d' > "$2"
|
||||||
}
|
}
|
||||||
function prevent_sudo_or_root(){
|
function prevent_sudo_or_root(){
|
||||||
|
|||||||
Reference in New Issue
Block a user