Add all git folders
This commit is contained in:
2
C_Piscine_Shell_00/git/.gitignore
vendored
Normal file
2
C_Piscine_Shell_00/git/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
mywork.c~
|
||||
1
C_Piscine_Shell_00/git/ex00/z
Normal file
1
C_Piscine_Shell_00/git/ex00/z
Normal file
@@ -0,0 +1 @@
|
||||
Z
|
||||
BIN
C_Piscine_Shell_00/git/ex01/testShell00.tar
Normal file
BIN
C_Piscine_Shell_00/git/ex01/testShell00.tar
Normal file
Binary file not shown.
9
C_Piscine_Shell_00/git/ex02/a
Normal file
9
C_Piscine_Shell_00/git/ex02/a
Normal file
@@ -0,0 +1,9 @@
|
||||
total 56
|
||||
-rw-r--r-- 1 gbaconni 2021_lausanne 0 Aug 6 12:37 a
|
||||
drwx--xr-x 2 gbaconni 2021_lausanne 68 Jun 1 20:47 test0
|
||||
-rwx--xr-- 1 gbaconni 2021_lausanne 4 Jun 1 21:46 test1
|
||||
dr-x---r-- 2 gbaconni 2021_lausanne 68 Jun 1 22:45 test2
|
||||
-r-----r-- 2 gbaconni 2021_lausanne 1 Jun 1 23:44 test3
|
||||
-rw-r----x 1 gbaconni 2021_lausanne 2 Jun 1 23:43 test4
|
||||
-r-----r-- 2 gbaconni 2021_lausanne 1 Jun 1 23:44 test5
|
||||
lrwxr-xr-x 1 gbaconni 2021_lausanne 5 Jun 1 22:20 test6 -> test0
|
||||
BIN
C_Piscine_Shell_00/git/ex02/exo2.tar
Normal file
BIN
C_Piscine_Shell_00/git/ex02/exo2.tar
Normal file
Binary file not shown.
1
C_Piscine_Shell_00/git/ex02/test1
Executable file
1
C_Piscine_Shell_00/git/ex02/test1
Executable file
@@ -0,0 +1 @@
|
||||
4242
|
||||
1
C_Piscine_Shell_00/git/ex02/test3
Normal file
1
C_Piscine_Shell_00/git/ex02/test3
Normal file
@@ -0,0 +1 @@
|
||||
4
|
||||
1
C_Piscine_Shell_00/git/ex02/test4
Normal file
1
C_Piscine_Shell_00/git/ex02/test4
Normal file
@@ -0,0 +1 @@
|
||||
42
|
||||
1
C_Piscine_Shell_00/git/ex02/test5
Normal file
1
C_Piscine_Shell_00/git/ex02/test5
Normal file
@@ -0,0 +1 @@
|
||||
4
|
||||
1
C_Piscine_Shell_00/git/ex02/test6
Symbolic link
1
C_Piscine_Shell_00/git/ex02/test6
Symbolic link
@@ -0,0 +1 @@
|
||||
test0
|
||||
6
C_Piscine_Shell_00/git/ex03/klist.txt
Normal file
6
C_Piscine_Shell_00/git/ex03/klist.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Credentials cache: API:09810757-2460-4F5E-BA1C-C96952B0B1C0
|
||||
Principal: gbaconni@42LAUSANNE.CH
|
||||
|
||||
Issued Expires Principal
|
||||
Aug 2 09:02:44 2021 Aug 2 19:02:44 2021 krbtgt/42LAUSANNE.CH@42LAUSANNE.CH
|
||||
Aug 2 09:02:46 2021 Aug 2 19:02:44 2021 HTTP/student-storage.42lausanne.ch@42LAUSANNE.CH
|
||||
1
C_Piscine_Shell_00/git/ex04/midLS
Normal file
1
C_Piscine_Shell_00/git/ex04/midLS
Normal file
@@ -0,0 +1 @@
|
||||
ls -mptU
|
||||
2
C_Piscine_Shell_00/git/ex05/git_commit.sh
Executable file
2
C_Piscine_Shell_00/git/ex05/git_commit.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git log --pretty='%H' --max-count=5
|
||||
2
C_Piscine_Shell_00/git/ex06/git_ignore.sh
Executable file
2
C_Piscine_Shell_00/git/ex06/git_ignore.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git ls-files --exclude-standard --ignored --others
|
||||
11
C_Piscine_Shell_00/git/ex07/b
Normal file
11
C_Piscine_Shell_00/git/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
C_Piscine_Shell_00/git/ex08/clean
Normal file
1
C_Piscine_Shell_00/git/ex08/clean
Normal file
@@ -0,0 +1 @@
|
||||
find . -type f \( -name '*~' -o -name '#*#' \) -print -delete
|
||||
1
C_Piscine_Shell_00/git/ex09/ft_magic
Normal file
1
C_Piscine_Shell_00/git/ex09/ft_magic
Normal file
@@ -0,0 +1 @@
|
||||
41 string 42 42 file
|
||||
2
C_Piscine_Shell_00/git_old/.gitignore
vendored
Normal file
2
C_Piscine_Shell_00/git_old/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
mywork.c~
|
||||
1
C_Piscine_Shell_00/git_old/ex00/z
Normal file
1
C_Piscine_Shell_00/git_old/ex00/z
Normal file
@@ -0,0 +1 @@
|
||||
Z
|
||||
BIN
C_Piscine_Shell_00/git_old/ex01/testShell00.tar
Normal file
BIN
C_Piscine_Shell_00/git_old/ex01/testShell00.tar
Normal file
Binary file not shown.
BIN
C_Piscine_Shell_00/git_old/ex02/exo2.tar
Normal file
BIN
C_Piscine_Shell_00/git_old/ex02/exo2.tar
Normal file
Binary file not shown.
6
C_Piscine_Shell_00/git_old/ex03/klist.txt
Normal file
6
C_Piscine_Shell_00/git_old/ex03/klist.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Credentials cache: API:09810757-2460-4F5E-BA1C-C96952B0B1C0
|
||||
Principal: gbaconni@42LAUSANNE.CH
|
||||
|
||||
Issued Expires Principal
|
||||
Aug 2 09:02:44 2021 Aug 2 19:02:44 2021 krbtgt/42LAUSANNE.CH@42LAUSANNE.CH
|
||||
Aug 2 09:02:46 2021 Aug 2 19:02:44 2021 HTTP/student-storage.42lausanne.ch@42LAUSANNE.CH
|
||||
1
C_Piscine_Shell_00/git_old/ex04/midLS
Normal file
1
C_Piscine_Shell_00/git_old/ex04/midLS
Normal file
@@ -0,0 +1 @@
|
||||
ls -mptU
|
||||
2
C_Piscine_Shell_00/git_old/ex05/git_commit.sh
Executable file
2
C_Piscine_Shell_00/git_old/ex05/git_commit.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git log --pretty='%H' --max-count=5
|
||||
2
C_Piscine_Shell_00/git_old/ex06/git_ignore.sh
Executable file
2
C_Piscine_Shell_00/git_old/ex06/git_ignore.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git ls-files --exclude-standard --ignored --others
|
||||
11
C_Piscine_Shell_00/git_old/ex07/b
Normal file
11
C_Piscine_Shell_00/git_old/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
C_Piscine_Shell_00/git_old/ex08/clean
Normal file
1
C_Piscine_Shell_00/git_old/ex08/clean
Normal file
@@ -0,0 +1 @@
|
||||
find . -type f \( -name '*~' -o -name '#*#' \) -print -delete
|
||||
1
C_Piscine_Shell_00/git_old/ex09/ft_magic
Normal file
1
C_Piscine_Shell_00/git_old/ex09/ft_magic
Normal file
@@ -0,0 +1 @@
|
||||
41 string 42 42 file
|
||||
Reference in New Issue
Block a user