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:
parent
739c818bf0
commit
6817aaf779
15 changed files with 95 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue