mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-10-03 16:50:15 +02:00
Fix codeuses
This commit is contained in:
parent
678b7e939b
commit
e758218dca
14 changed files with 200 additions and 86 deletions
|
@ -1,4 +1,4 @@
|
|||
#/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
alias la='ls -al'
|
||||
alias ll='ls -l'
|
||||
|
@ -15,4 +15,7 @@ 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)"
|
||||
l()
|
||||
{
|
||||
tail -f $(find /opt/chef/log | sort | tail -1)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue