Created
February 27, 2019 11:55
-
-
Save Masterxilo/91c0c393d97b928f02d3eefad0456a25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# add the following line to the end of ~/.bashrc | |
# adapted from https://unix.stackexchange.com/a/25725/266802 | |
# logs are created in ~ | |
test "$(ps -ocommand= -p $PPID | awk '{print $1}')" == 'script' || (script -f $HOME/$(date +"%Y-%m-%d_%H-%M-%S")_shell.log) |
( script ... ; exit)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with this you have to type exit twice
append
; exit