Difference between revisions of "Function"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  echo "[$([[date]] --rfc-3339=seconds)]: $*"
 
  echo "[$([[date]] --rfc-3339=seconds)]: $*"
 
  }
 
  }
 
  
 
  error() {
 
  error() {
 
   echo "[$([[date]] --rfc-3339=seconds)]: $*"
 
   echo "[$([[date]] --rfc-3339=seconds)]: $*"
 
   exit 1
 
   exit 1
 +
}
 +
 +
my_funtion () {
 +
        echo "Executed my_function with $1 parameter"
 
  }
 
  }
  
 
== Python ==
 
== Python ==
 
* <code>[[def]]</code> [[python]]
 
* <code>[[def]]</code> [[python]]
 +
 +
 +
== Related terms ==
 +
* <code>[[.bash_profile]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 12:48, 8 August 2021

Advertising: