first commit
This commit is contained in:
0
ended/shell00/.gitignore
vendored
Normal file
0
ended/shell00/.gitignore
vendored
Normal file
1
ended/shell00/ex00/z
Normal file
1
ended/shell00/ex00/z
Normal file
@ -0,0 +1 @@
|
||||
Z
|
1
ended/shell00/ex01/testShell00
Normal file
1
ended/shell00/ex01/testShell00
Normal file
@ -0,0 +1 @@
|
||||
000000000000000000000000000000000000000
|
BIN
ended/shell00/ex01/testShell00.tar
Normal file
BIN
ended/shell00/ex01/testShell00.tar
Normal file
Binary file not shown.
BIN
ended/shell00/ex02/exo2.tar
Executable file
BIN
ended/shell00/ex02/exo2.tar
Executable file
Binary file not shown.
1
ended/shell00/ex03/id_rsa_pub
Normal file
1
ended/shell00/ex03/id_rsa_pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCze8eoXR5W8hFm5Vfx7/Q98HDKWzCyRLN9C2HnafTS1EvvMfBNBTOetzVCSru6vaJdJS8z6/RTBtreW4zmhItug3buqGftddDFCgyX6qDTLjEGQLCJil8m2a9i28L5WTLItsbS2gWVSL8iWujqBMy32UQ72zyztvlrE9BHMzpX5yPAg398N0eYTqM2WdDn9Zefgv88jOmENEqA3Re14UaIoBkO6gL1KMQPFUxvqaZ1i351HP6e035UZN/Rle27R4nrzI/uzfmW0tUEMdzpnpc+SMg7V5US5n0L/0T3T0c3hXeJhey3IzoqYhGWhcW/ykg5Awk9tg9//ApZNI6a3OhlIp78i+4dFm03JkKpkl6xV3FeaKGcfVYPYAPUcCJRLRfGMxAhp3boRDCqug3ZxJLtufLxUgHs5BzbQqOjXY9hpsonpDyI4woLTE4FBtHmedbzUuplWUKkav3M16WBn3+by4VWVwLq0iqLxMpVazXTeuCbY+yDfaw+t5UvT3bfpHk= ajoly@2F7.42angouleme.fr
|
1
ended/shell00/ex04/midLS
Normal file
1
ended/shell00/ex04/midLS
Normal file
@ -0,0 +1 @@
|
||||
ls -mFt
|
1
ended/shell00/ex05/git_commit.sh
Normal file
1
ended/shell00/ex05/git_commit.sh
Normal file
@ -0,0 +1 @@
|
||||
git log --pretty=format:"%H" -5
|
2
ended/shell00/ex06/git_ignore.sh
Normal file
2
ended/shell00/ex06/git_ignore.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
git ls-files --others --ignored --exclude-standard
|
11
ended/shell00/ex07/b
Normal file
11
ended/shell00/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
ended/shell00/ex08/clean
Normal file
1
ended/shell00/ex08/clean
Normal file
@ -0,0 +1 @@
|
||||
find .-type f -iname ~* -or -iname *# -print -delete
|
Reference in New Issue
Block a user