Add more informations to README

This commit is contained in:
2024-07-12 11:52:04 +02:00
parent f4373a9cae
commit 322d33451b
5 changed files with 20 additions and 2 deletions

11
configure.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
_BASENAME=$(basename "$0")
cd "$(dirname "$0")" || _die "Error when changing directory"
source ../lib.sh
while read -r line
do
echo "$line"
done < import.list