init
This commit is contained in:
1
Shell/shell00v5/ex00/z
Normal file
1
Shell/shell00v5/ex00/z
Normal file
@ -0,0 +1 @@
|
||||
Z
|
BIN
Shell/shell00v5/ex01/testShell00.tar
Normal file
BIN
Shell/shell00v5/ex01/testShell00.tar
Normal file
Binary file not shown.
BIN
Shell/shell00v5/ex02/exo2.tar
Normal file
BIN
Shell/shell00v5/ex02/exo2.tar
Normal file
Binary file not shown.
1
Shell/shell00v5/ex03/id_rsa_pub
Normal file
1
Shell/shell00v5/ex03/id_rsa_pub
Normal 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
|
1
Shell/shell00v5/ex04/midLS
Normal file
1
Shell/shell00v5/ex04/midLS
Normal file
@ -0,0 +1 @@
|
||||
ls -tpm
|
2
Shell/shell00v5/ex05/git_commit.sh
Normal file
2
Shell/shell00v5/ex05/git_commit.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git log -5 --pretty=%H
|
2
Shell/shell00v5/ex06/git_ignore.sh
Normal file
2
Shell/shell00v5/ex06/git_ignore.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git status -s --ignored | grep '!!' | cut -c 4-
|
11
Shell/shell00v5/ex07/b
Normal file
11
Shell/shell00v5/ex07/b
Normal 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..
|
||||
|
||||
|
||||
|
||||
|
1
Shell/shell00v5/ex08/clean
Normal file
1
Shell/shell00v5/ex08/clean
Normal file
@ -0,0 +1 @@
|
||||
find . -iname "*~" -type f -print -delete -o -iname "#*#" -type f -print -delete
|
Reference in New Issue
Block a user