All?
This commit is contained in:
commit
d2da0a640f
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGc5/qkzVb7JiymOQD6QZDX4e27qtYk+d0lvm78/maK tischmid@student.42berlin.de -> vogsphere v2
|
|
@ -0,0 +1 @@
|
||||||
|
ls -tmp
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# git log --format=%H
|
||||||
|
|
||||||
|
# More robust
|
||||||
|
git rev-list --max-count=5 HEAD
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
repo_root="$(git rev-parse --show-toplevel)"
|
||||||
|
|
||||||
|
cd "${repo_root}"
|
||||||
|
|
||||||
|
git ls-files --others --ignore --exclude-standard
|
|
@ -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..
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
find . -type f \( -name "*~" -o -name "#*#" \) -print -delete
|
|
@ -0,0 +1 @@
|
||||||
|
41 string 42 42 file
|
Loading…
Reference in New Issue