lxsh/shellcode/profile.sh
2023-02-16 16:58:47 +01:00

7 lines
167 B
Bash

{
> lxshprofile.dat
_lxsh_profile() {
export TIMEFORMAT="%R;%U;%S;$(printf "%s" "$*" | tr '%\n' '_')"
{ time "$@" 2>/dev/null; } 2>> lxshprofile.dat
}
}