commit old scripts to repo before removal

This commit is contained in:
2025-08-02 19:23:46 +03:00
parent 563ff3e303
commit 898d733ebf
5 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
if timeout 5 cat "/root/jc/bashrc" >> /dev/null; then
source "/root/jc/bashrc"
fi