commit old scripts to repo before removal
This commit is contained in:
9
proxmox/admin_scripts/bashrc_sourcer
Executable file
9
proxmox/admin_scripts/bashrc_sourcer
Executable 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
|
Reference in New Issue
Block a user