This website works better with JavaScript.
Home
Explore
Retour au site NSI
Help
Sign In
aboulin.a
/
projet_domotique_serveur
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19
Commits
1
Branch
0
Tags
654 KiB
Tree:
29f5a460f8
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '29f5a460f8'
${ noResults }
projet_domotique_serveur
/
api
/
get_temp.php
5 lines
75 B
Raw
Normal View
History
Test API
2 years ago
<?php
3.1415926535
2 years ago
$output = shell_exec('bash ../scripts/get_temp.sh');
Test API
2 years ago
echo $output
3.1415926535
2 years ago
?>