aboutsummaryrefslogtreecommitdiff
path: root/j00
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-02 23:44:43 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-02 23:44:43 +0200
commit9bde00749e9944c357267a024b3ec78d81a6799c (patch)
treeda718a1c479f0846d29326c63e925a35c1e9d4ee /j00
parent194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (diff)
downloadpiscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.gz
piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.bz2
piscine-9bde00749e9944c357267a024b3ec78d81a6799c.zip
c00 start, shell01 ex01 correcion
Diffstat (limited to 'j00')
-rw-r--r--j00/ex00/z1
-rw-r--r--j00/ex01/testShell00.tarbin2048 -> 0 bytes
-rw-r--r--j00/ex02/exo2.tarbin6144 -> 0 bytes
-rw-r--r--j00/ex03/klist.txt7
-rwxr-xr-xj00/ex04/midLS1
-rwxr-xr-xj00/ex05/git_commit.sh1
-rw-r--r--j00/ex06/.gitignore1
-rwxr-xr-xj00/ex06/git_ignore.sh1
-rw-r--r--j00/ex07/b11
-rwxr-xr-xj00/ex08/clean1
10 files changed, 0 insertions, 24 deletions
diff --git a/j00/ex00/z b/j00/ex00/z
deleted file mode 100644
index e900b1c..0000000
--- a/j00/ex00/z
+++ /dev/null
@@ -1 +0,0 @@
-Z
diff --git a/j00/ex01/testShell00.tar b/j00/ex01/testShell00.tar
deleted file mode 100644
index 000c1fc..0000000
--- a/j00/ex01/testShell00.tar
+++ /dev/null
Binary files differ
diff --git a/j00/ex02/exo2.tar b/j00/ex02/exo2.tar
deleted file mode 100644
index 9bd61b0..0000000
--- a/j00/ex02/exo2.tar
+++ /dev/null
Binary files differ
diff --git a/j00/ex03/klist.txt b/j00/ex03/klist.txt
deleted file mode 100644
index 19c5ebc..0000000
--- a/j00/ex03/klist.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Credentials cache: API:57199
- Principal: cacharle@S19.BE
-
- Issued Expires Principal
-Jul 1 11:43:10 2019 Jul 1 21:43:10 2019 krbtgt/S19.BE@S19.BE
-Jul 1 11:43:11 2019 Jul 1 21:43:10 2019 ldap/ldap-master.s19.be@S19.BE
-Jul 1 11:43:11 2019 Jul 1 21:43:10 2019 HTTP/san-ssd.s19.be@S19.BE
diff --git a/j00/ex04/midLS b/j00/ex04/midLS
deleted file mode 100755
index 2b9b431..0000000
--- a/j00/ex04/midLS
+++ /dev/null
@@ -1 +0,0 @@
-ls -ptUm
diff --git a/j00/ex05/git_commit.sh b/j00/ex05/git_commit.sh
deleted file mode 100755
index 4a62cc5..0000000
--- a/j00/ex05/git_commit.sh
+++ /dev/null
@@ -1 +0,0 @@
-git --no-pager log -n 5 --pretty=%H
diff --git a/j00/ex06/.gitignore b/j00/ex06/.gitignore
deleted file mode 100644
index f539d25..0000000
--- a/j00/ex06/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-find . -print | git check-ignore --stdin | sed -e "s/\.\///"
diff --git a/j00/ex06/git_ignore.sh b/j00/ex06/git_ignore.sh
deleted file mode 100755
index f539d25..0000000
--- a/j00/ex06/git_ignore.sh
+++ /dev/null
@@ -1 +0,0 @@
-find . -print | git check-ignore --stdin | sed -e "s/\.\///"
diff --git a/j00/ex07/b b/j00/ex07/b
deleted file mode 100644
index c2dab24..0000000
--- a/j00/ex07/b
+++ /dev/null
@@ -1,11 +0,0 @@
-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..
-
-
-
-
diff --git a/j00/ex08/clean b/j00/ex08/clean
deleted file mode 100755
index 43d8991..0000000
--- a/j00/ex08/clean
+++ /dev/null
@@ -1 +0,0 @@
-find . -type f \( -name "*~" -o -name "#*#" \) -print -delete | sed "s/.*\///g"