1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-10-03 16:50:15 +02:00

Fix codeuses

This commit is contained in:
Geoffrey Frogeye 2018-05-06 01:14:09 +02:00
parent 678b7e939b
commit e758218dca
14 changed files with 200 additions and 86 deletions

View file

@ -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)
}