Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/cppuhelper/qa/sce/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 7 B image not shown  

Quelle  sleep.sh   Sprache: unbekannt

 
#!/bin/bash

# This script sleeps, so we can check that GAP exits even if children
# are still running

# We need to close stdin, stdout and stderr so they don't keep open
# GAP's stdin, stdout and stderr.

exec 0>&- # close stdin
exec 1>&- # close stdout
exec 2>&- # close stderr

sleep 3600

Messung V0.5
C=91 H=97 G=93

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]