mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
Added SXC thingies to dotfiles, allowing for *.local files for bash and profile. Still Needs these files for tmux,vim,git,...
This commit is contained in:
parent
d47333930f
commit
7a82ebe7f1
14 changed files with 41 additions and 2660 deletions
5
bash/scriptlets/cert_status
Normal file
5
bash/scriptlets/cert_status
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Report on last renewing of ssl certificates
|
||||
CERTSTAT=~/cert_status
|
||||
if [ -r $CERTSTAT ]; then
|
||||
echo "Last certs: $(cat $CERTSTAT)";
|
||||
fi;
|
Loading…
Add table
Add a link
Reference in a new issue