summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-17 23:34:58 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-17 23:34:58 +0400
commitd8c9fcc674ddf8b89c8323b264792f1ca686505c (patch)
tree7cfe20daadb67c7e6bd2e401337b7073dde91ecc
parentfcf38ac3c5ca45f25b2932be7a26ed573ce9c747 (diff)
dep.sh: documentation updated
-rwxr-xr-xdep.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dep.sh b/dep.sh
index ba57fac..a59cb50 100755
--- a/dep.sh
+++ b/dep.sh
@@ -1,7 +1,8 @@
#!/bin/sh
-# Format for entries `program,alternative_program:output_message`
-# `alternative_program` and `message` are optional
+# Check if programs are installed on the system.
+# Format for entries `program,alternative_program:output_message`,
+# `alternative_program` and `message` are optional.
check() {
fail=0
[ "${1}" = "-l" ] && { ISLIB=1; shift;} || ISLIB=0