1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-09-05 09:35:56 +02:00
This commit is contained in:
Geoffrey Frogeye 2018-05-02 08:26:35 +02:00
parent 48b2901da4
commit fc1c7786da
13 changed files with 124 additions and 36 deletions

View file

@ -11,3 +11,8 @@ export PS1="[\u@\h \W] "
export PS2="> "
export PS3="+ "
export PS4="- "
alias r="/etc/init.d/S50chef restart"
alias s="/etc/init.d/S50chef stop"
alias c="cd /opt/chef/"
alias l="tail -f $(find /opt/chef/log | sort | tail -1)"