ajout algo glouton + filius

This commit is contained in:
2022-05-04 18:39:31 +02:00
parent 8b544dba16
commit 92c5087408
110 changed files with 6166 additions and 0 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 "$@"