Difference between revisions of "Function"

From wikieduonline
Jump to navigation Jump to search
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
  log() {
 
  log() {
echo "[$([[date]] --rfc-3339=seconds)]: $*"
+
echo "[$([[date]] --rfc-3339=seconds)]: $*"
 
  }
 
  }
  
  
 +
error() {
 +
  echo "[$([[date]] --rfc-3339=seconds)]: $*"
 +
  exit 1
 +
}
  
 
+
== Python ==
 
* <code>[[def]]</code> [[python]]
 
* <code>[[def]]</code> [[python]]
  

Revision as of 12:52, 17 February 2021

Advertising: