From 9f0648d6c0b575ce0232fadf6a2ac8465b7d52bd Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 5 Oct 2018 09:34:20 +0200 Subject: added sandbox --- makefile | 1 + sandbox/bbelhamissi/fichier.md | 0 sandbox/edebouy/fichier.md | 0 sandbox/ralessi/fichier.md | 0 4 files changed, 1 insertion(+) create mode 100644 sandbox/bbelhamissi/fichier.md create mode 100644 sandbox/edebouy/fichier.md create mode 100644 sandbox/ralessi/fichier.md diff --git a/makefile b/makefile index 83adabd..27b11f1 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ clean: rm -rf .backup find -iname "*~" | xargs rm -rf find ./* -type f -iname "makefile" $(findopts) > ls-R + find ./* -type d -iname "sandbox" >> ls-R rsync -avPr --files-from=ls-R . .backup rm -rf * cp -p -r .backup/* . diff --git a/sandbox/bbelhamissi/fichier.md b/sandbox/bbelhamissi/fichier.md new file mode 100644 index 0000000..e69de29 diff --git a/sandbox/edebouy/fichier.md b/sandbox/edebouy/fichier.md new file mode 100644 index 0000000..e69de29 diff --git a/sandbox/ralessi/fichier.md b/sandbox/ralessi/fichier.md new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3