From beef91b263e0ad605786c3dce4918b5fc307804c Mon Sep 17 00:00:00 2001 From: cedricAbonnel Date: Sun, 19 Nov 2023 09:28:51 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20des=20listes=20des=20fichiers?= =?UTF-8?q?=20copi=C3=A9s.=20Le=20script=20prep.sh=20permet=20syst=C3=A9ma?= =?UTF-8?q?tiquement=20de=20les=20reg=C3=A9n=C3=A9rer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files_local-bin | 8 ++++++++ prep.sh | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 files_local-bin create mode 100755 prep.sh diff --git a/files_local-bin b/files_local-bin new file mode 100644 index 0000000..80f94ec --- /dev/null +++ b/files_local-bin @@ -0,0 +1,8 @@ +mkv_extract.sh +generate_playlist.sh +install_check_update.sh +convertPDF.sh +run_music_background.sh +tophoraire.sh +check_domain_cert.sh +convertMKV.sh diff --git a/prep.sh b/prep.sh new file mode 100755 index 0000000..e16b1ba --- /dev/null +++ b/prep.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# RĂ©pertorier les fichiers +ls local/bin/ -c1 >files_local-bin