close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 5 and Version 6 of ApiHidra/hidraDisk


Ignore:
Timestamp:
Mar 26, 2009, 9:03:22 PM (17 years ago)
Author:
ramon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApiHidra/hidraDisk

    v5 v6  
    4343{{{
    4444#!sh
    45 # Asigna a la variable el fichero de la partición, heredando un posible código de error.
     45# Asigna a la variable el fichero de la partición y propaga un posible código de error.
    4646PART=$(hidraDisk $1 $2) || exit $?
    4747}}}