4 lines
123 B
Bash
4 lines
123 B
Bash
# Keep these top-most lines for safe scripting
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|