Skip to content

Commit

Permalink
Update os_specific
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKuhn authored Aug 31, 2023
1 parent e3ac6b1 commit 8975bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions os_specific
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ unset A-
export HELLO=123 A- WORLD=456
unset HELLO A- WORLD
export UNO=1 DOS-2 TRES=3 || env | grep TRES
export | sort | grep -v SHLVL | grep -v "declare -x _" | grep -v "PS.="
exit 9223372036854775807
exit 9223372036854775808
exit -9223372036854775807
exit -9223372036854775808
exit -9223372036854775809

0 comments on commit 8975bea

Please sign in to comment.