This commit is contained in:
Timo Schmidt 2023-03-14 23:58:32 +01:00
commit d2da0a640f
10 changed files with 31 additions and 0 deletions

1
ex00/z Normal file
View File

@ -0,0 +1 @@
Z

BIN
ex01/testShell00.tar Normal file

Binary file not shown.

BIN
ex02/exo2.tar Normal file

Binary file not shown.

1
ex03/id_rsa_pub Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGc5/qkzVb7JiymOQD6QZDX4e27qtYk+d0lvm78/maK tischmid@student.42berlin.de -> vogsphere v2

1
ex04/midLS Normal file
View File

@ -0,0 +1 @@
ls -tmp

6
ex05/git_commit.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# git log --format=%H
# More robust
git rev-list --max-count=5 HEAD

7
ex06/git_ignore.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
repo_root="$(git rev-parse --show-toplevel)"
cd "${repo_root}"
git ls-files --others --ignore --exclude-standard

11
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..

3
ex08/clean Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
find . -type f \( -name "*~" -o -name "#*#" \) -print -delete

1
ex09/ft_magic Normal file
View File

@ -0,0 +1 @@
41 string 42 42 file