I hereby claim:
- I am DocCyblade on github.
- I am doccyblade (https://keybase.io/doccyblade) on keybase.
- I have a public key whose fingerprint is 7F0B A65F AEFC FBA3 2A4C 5C18 BEA0 2382 8FD6 4046
To claim this, I am signing this object:
#!/bin/bash | |
# -------------------------------------------------------------------------------- | |
# Copyright (C) 2022 Kenneth R. Robinson (DocCyblade) | |
# https://github.com/doccyblade | |
# -------------------------------------------------------------------------------- | |
# GNU GPLv3 | |
# -------------------------------------------------------------------------------- | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by |
#!/bin/sh | |
# format-all-tapes.sh | |
# v2.0 | |
# by Ken R. Robinson (DocCyblade) | |
# https://github.com/doccyblade | |
# | |
# Tested on PBS v2.2-7 | |
# | |
# Source: |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash -e | |
# ----------------------------------------------------------------- | |
# TurnKey Mayan EDMS Backup/Restore TKLBAM Hook Script | |
# ----------------------------------------------------------------- | |
# THIS SCRIPT IS PART OF TURNKEY LINUX MAYAN EDMS | |
# | |
# Script by Ken Robinson (https://github.com/DocCyblade) | |
# SOURCE:https://gist.github.com/DocCyblade/ba70f04450c21c54f015d695b12522f1 | |
# |
#!/bin/bash -e | |
# ------------------------------------------------------ | |
# Script by Ken Robinson(https://github.com/DocCyblade) | |
# | |
# THIS SCRIPT IS COVERED UNDER THE GNU/V3 LICENSE. | |
# (https://www.gnu.org/licenses/gpl-3.0.txt) | |
# ------------------------------------------------------ | |
# This is a disabled hook example. |
#!/bin/bash | |
# Script to reset your TKLDev tool chain | |
# This will force a re-download of all TKLDev stuff | |
# that is downloaded on firstbook | |
# | |
# We also clear the proxy cache as well | |
# Clear turnkey dir / They will be re-created later | |
echo "Clear turnkey directories" |