testing alias for _ to -
This commit is contained in:
parent
085860819d
commit
58b5f36246
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@ source_script() {
|
|||
fi
|
||||
}
|
||||
|
||||
source-script() {
|
||||
source_script "$1"
|
||||
}
|
||||
|
||||
run() {
|
||||
if $silent; then
|
||||
silentexec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue