This commit is contained in:
Camille Chauvet
2023-05-17 16:45:25 +00:00
commit 29ed24d567
619 changed files with 16119 additions and 0 deletions

1
Shell/shell00v5/ex00/z Normal file
View File

@ -0,0 +1 @@
Z

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVFAFTknn54lP0pzgOREzw4TGHKBrRrmEBGTSDexXftgNc/FmlXlxHT5mVLIP6ftLi/uzLYC0KoKyBZ1Kgk7gLnO9a/6h3fszZSZhwVrsQOqX3eHG90p6QzOGyBbHYQ+Z31Na0WZZ2bQX29Pm5D2PGyteJ1CNmc8/raw1QCkGgwW5H265CK3XWjaqy8tOFUMoFrDdOM62e75U0SdAQ5diZxeyLXM06jiZ/L2w/PRp1T1oFVrMyUSwMaekYceL23Rqrx7jjXarDItv+tFq1CJAhkm8A4ugZN4qi2I8hKIDQ6pTMOmawh8wVCvA+HxY8MMotAE5mOLfh0C4bAaQ8XO1VkLfzaC96v/qcrn/hKLuoMKjIf0JuXNVJBAPKZhEI9WenKBBI3LiodbCltWgM1zscQy1MyuIzVUWqOjLeNDBCBvR3vtk+KKGI5w7vpxVpYbQ9h3yY68O4uRDzvd430M+O0m5wr5N/KXSxRc9NcNKJFJj+e9T/CqjUQYV/2gCmKtU= cchauvet@2E2.42angouleme.fr

View File

@ -0,0 +1 @@
ls -tpm

View File

@ -0,0 +1,2 @@
#!/bin/sh
git log -5 --pretty=%H

View File

@ -0,0 +1,2 @@
#!/bin/sh
git status -s --ignored | grep '!!' | cut -c 4-

11
Shell/shell00v5/ex07/b Normal file
View File

@ -0,0 +1,11 @@
Episode V, A NEW H0PE It is a period of civil war
Rebel spaceships, striking from a hidden base, have won their first victory against the evil Galactic Empire.
During the battle, Rebel spies managed to steal secret plans to the Empire's ultimate weapon, the STAR DEATH, an armored space station with enough power to destroy an entire planet.
Pursued by the Empire's sinister agents,
Princess Mehdi races home aboard her starship, custodian of the stolen plans that can save her people and restore the dictatorship to the galaxie..

View File

@ -0,0 +1 @@
find . -iname "*~" -type f -print -delete -o -iname "#*#" -type f -print -delete