BBC.SHARED.JOBI.TEMPFILE-START
Description
Details
| Property | Value |
|---|---|
| Type | JOBI |
| Folder | PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/TEMPFILES |
| Title | Marks the start for the content of a temporary file |
| Archive Key 1 | - |
| Archive Key 2 | - |
| Created | Andreas Büsching am: 2020-09-09 15:29:00 |
| Last Modified | Andreas Büsching am: 2025-07-04 16:48:08 18 x |
| Last Used | - |
Process
:switch &$PLATFORM#
: case "UNIX"
bbcs_temp_file=$(mktemp)
cat > $bbcs_temp_file << EOF
: case "WINDOWS"
$bbcs_temp_file = New-TemporaryFile
@'
:endswitch