isposix

Un outil pour savoir si une commande est posix - retour accueil

git clone git://bebou.netlib.re/isposix
Log | Files | Refs | README |

commit 483084d7b9740a980ef85e80b2b270f48f229b3e
parent e184f8f3ac35dca16fbc236018d17f359973424b
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Tue, 17 Dec 2024 10:45:01 +0100

[ en fait c'est test

Diffstat:
Misposix.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/isposix.sh b/isposix.sh @@ -47,6 +47,7 @@ while read line;do set -- $line cmdisposix=0 cmd="$1";shift + [ "$cmd" = "[" ] && cmd="test" if [ ! -f "/var/isposix/$cmd.html" ];then _cmdnotposix;cmdisposix=1 else