mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
remove makefile
This commit is contained in:
parent
f955cf3db0
commit
38a8b023cb
276 changed files with 0 additions and 138 deletions
12
console.php
Executable file
12
console.php
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/php
|
||||
<?php
|
||||
require_once(__DIR__ . '/descartes/load.php');
|
||||
|
||||
#####################
|
||||
# RASPISMS SETTINGS #
|
||||
#####################
|
||||
$bdd = \descartes\Model::_connect(DATABASE_HOST, DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD);
|
||||
$internal_setting = new \controllers\internals\Setting($bdd);
|
||||
|
||||
//Execute command
|
||||
descartes\Console::execute_command($argv);
|
Loading…
Add table
Add a link
Reference in a new issue