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 2 and Version 3 of ApiHidra/hidraMount


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ApiHidra/hidraMount

    v2 v3  
    3737#!sh
    3838# Asigna a la varaible el punto de montaje y propaga un posible código de error.
    39 DIRMONT=$(Montar $1 $2) || exit $?
     39DIRMONT=$(hidraMount $1 $2) || exit $?
    4040}}}