PHP Classes

File: main.command

Recommend this page to a friend!
  Classes of Karl Holz   Automator Shell Action Tools   main.command   Download  
File: main.command
Role: Example script
Content type: text/plain
Description: Example script
Class: Automator Shell Action Tools
Process console input and environment variables
Author: By
Last change:
Date: 7 years ago
Size: 277 bytes
 

Contents

Class file image Download
#!/usr/bin/php
<?php
/**
 * main.command

 * Created by Karl Holz on 2016-03-18.
 * Copyright © 2016 Karl Holz. All rights reserved.

 */


/**
 * Basic Debug
 */
require 'ShellActionTools.class.php';

$s=new ShellActionTools();
$s->debug=TRUE;

$s->debug();




exit();
?>