parent
0d47b0916c
commit
222b64f109
1 changed files with 0 additions and 17 deletions
17
sh/main.sh
17
sh/main.sh
|
@ -132,23 +132,6 @@ rwx_shell_interactive() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# ╭──────┬─────╮
|
|
||||||
# │ main │ ifs │
|
|
||||||
# ╰──────┴─────╯
|
|
||||||
|
|
||||||
# set internal field separator to line feed
|
|
||||||
rwx_ifs_set() {
|
|
||||||
_RWX_IFS="${IFS}"
|
|
||||||
IFS="
|
|
||||||
"
|
|
||||||
}
|
|
||||||
|
|
||||||
# unset internal field separator
|
|
||||||
rwx_ifs_unset() {
|
|
||||||
IFS="${_RWX_IFS}"
|
|
||||||
unset RWX_IFS
|
|
||||||
}
|
|
||||||
|
|
||||||
# ╭──────┬──────╮
|
# ╭──────┬──────╮
|
||||||
# │ main │ find │
|
# │ main │ find │
|
||||||
# ╰──────┴──────╯
|
# ╰──────┴──────╯
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue