mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
Initial commit with core behavior
This commit is contained in:
commit
8c66602158
12 changed files with 502 additions and 0 deletions
3
reboot_msg.sh
Normal file
3
reboot_msg.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
# Just throw a message out to the world if we're expecting to reboot soon.
|
||||
if [[ -e /var/run/reboot-required ]]; then echo "Waiting on reboot."; fi
|
Loading…
Add table
Add a link
Reference in a new issue