Initial commit.
This commit is contained in:
commit
2dda2e227d
52 changed files with 2704 additions and 0 deletions
18
bits/readline/readline.ini
Normal file
18
bits/readline/readline.ini
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# test
|
||||
; test
|
||||
# test
|
||||
; test
|
||||
foo = This is a line with \
|
||||
a backslash \
|
||||
# foo
|
||||
\
|
||||
|
||||
#bar = This is a line without a backslash
|
||||
|
||||
#baz = " This is a = \
|
||||
# line in \
|
||||
#quotes "
|
||||
|
||||
foo = 'Test \' $BASH_SOURCE'
|
||||
bar = "Test 2 ' \""
|
||||
#foof = This is $BASH_SOURCE line without quotes
|
||||
Loading…
Add table
Add a link
Reference in a new issue