reparation de la suppression des fichiers crees, ajout possibilite entrer un fichier sans extension sh, recuperation automatique des fichiers dans dossier default
This commit is contained in:
17
tests/defaults/exit_status.sh
Normal file
17
tests/defaults/exit_status.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | cd test (mybin)
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | cat test (bin)
|
||||
echo $?
|
||||
|
||||
cat Makefile | grep pr | head -n 5 | hello (NA)
|
||||
echo $?
|
||||
|
||||
cat diufosgid
|
||||
echo $?
|
||||
|
||||
exit
|
||||
echo $?
|
||||
|
||||
Reference in New Issue
Block a user