PHP Classes

File: ops/contrib/setup.sh

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Ala PHP API Micro-Framework   ops/contrib/setup.sh   Download  
File: ops/contrib/setup.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Ala PHP API Micro-Framework
Generate base code for API using a query builder
Author: By
Last change:
Date: 6 months ago
Size: 142 bytes
 

Contents

Class file image Download
#!/bin/sh DIR=".git/hooks/" if [ -d "$DIR" ]; then cp ops/contrib/pre-commit .git/hooks/pre-commit chmod +x .git/hooks/pre-commit fi