Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles
This commit is contained in:
commit
8e9073bd2d
3 changed files with 7 additions and 22 deletions
|
@ -81,7 +81,8 @@ else
|
|||
export OPENAPI="$(realpath "$current/$(yq -r .openapi "$current/index.yaml")")"
|
||||
fi
|
||||
mkdir "$current/shell-logs" 2> /dev/null
|
||||
/usr/bin/script -f "$current/shell-logs/$(date +"%d-%b-%y_%H-%M-%S")_shell.log"
|
||||
date="$(date +"%d-%b-%y_%H-%M-%S")"
|
||||
/usr/bin/script -f "$current/shell-logs/${date}_shell.log" -T "$current/shell-logs/${date}_shell.timing"
|
||||
fi
|
||||
else
|
||||
#type -p rem > /dev/null && rem -@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue