mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
1bc6bb0421
The global script runs before the local (per-user) one.
5 lines
143 B
Bash
5 lines
143 B
Bash
#!/bin/sh
|
|
|
|
# IFS controls what $(...) (inline evaluate) would split its captured
|
|
# string with. the default is \x0a (i.e. newline).
|
|
IFS="\x0a"
|