1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-09-05 09:35:56 +02:00

Bon sens des moteurs

This commit is contained in:
Geoffrey Frogeye 2018-05-06 12:50:03 +02:00
parent 739c818bf0
commit 6817aaf779
15 changed files with 95 additions and 33 deletions

View file

@ -13,8 +13,14 @@ export PS3="+ "
export PS4="- "
alias r="/etc/init.d/S50chef restart"
alias s="/etc/init.d/S50chef stop"
alias c="cd /opt/chef/"
s()
{
/etc/init.d/S50chef stop
/opt/chef/bin/testStop
}
l()
{
tail -f $(find /opt/chef/log | sort | tail -1)