Clean up scripts

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-05-11 20:59:42 +02:00
parent 7e11ded7f6
commit 61012463fe
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
29 changed files with 49 additions and 451 deletions

View file

@ -1,17 +1,5 @@
#!/usr/bin/env bash
#
# SCRIPT NAME:
# utils
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This script provides functions and variables that I use in my other scripts.
# It is not supposed to be run directly but to be sourced by other scripts.
#
# USAGE:
# Source this script in the needed script.
#######################################
# Directory variables
#######################################