Skip to content

Commit 67d136e

Browse files
authored
Merge pull request #21 from LucasKuhn/LucasKuhn-patch-1
Lucas kuhn patch 1
2 parents befb12e + 8975bea commit 67d136e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extras

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@ minishell.h
1313
$
1414
$?
1515
README.md
16-
exit 9223372036854775807
17-
exit 9223372036854775808
18-
exit -9223372036854775807
19-
exit -9223372036854775808
20-
exit -9223372036854775809
21-
export | sort | grep -v SHLVL | grep -v "declare -x _" | grep -v "PS.="

os_specific

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ unset A-
33
export HELLO=123 A- WORLD=456
44
unset HELLO A- WORLD
55
export UNO=1 DOS-2 TRES=3 || env | grep TRES
6+
export | sort | grep -v SHLVL | grep -v "declare -x _" | grep -v "PS.="
7+
exit 9223372036854775807
8+
exit 9223372036854775808
9+
exit -9223372036854775807
10+
exit -9223372036854775808
11+
exit -9223372036854775809

0 commit comments

Comments
 (0)