ajout de tous les chapitres enfin terminés

This commit is contained in:
2026-01-16 09:14:46 +01:00
parent 85546fb6df
commit 426987e567
129 changed files with 8013 additions and 529 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
#
# This script is meant as supportive start script for
# UNIX-like systems, e.g., Linux or Mac OS X
#
# change to directory where filius is installed
script_path=`readlink -f $0`
installation_path=${script_path%`basename ${script_path}`}
# start filius
java -jar ${installation_path}filius.jar "$@"