ladybird/Base/home/anon/.shellrc

6 lines
143 B
Plaintext
Raw Normal View History

#!/bin/sh
# IFS controls what $(...) (inline evaluate) would split its captured
# string with. the default is \x0a (i.e. newline).
IFS="\x0a"