os-release 512 B

123456789
  1. # Comment string gonna be ignored
  2. NON_SPACE_VALUE=Blah-blah-blah
  3. QUOTED_VALUE='\'The\' value in single \'quotes\''
  4. QUOTED_VALUE_STRIPPED_COMMENT='The value in single quotes'# The comment right after `'`
  5. DBL_QUOTED_VALUE="\"The\" value in double \"quotes\""
  6. DBL_QUOTED_VALUE_STRIPPED_COMMENT="Blah blah blah"# The comment right after `'`
  7. THE_URL_WITH_ANCHOR_TEST="https://blah.blah/resource#anchor" # And a comment after
  8. A_LIST_LIKE_VARIABLE='satu;dua;tiga'
  9. INCORRECT_ESCAPE_IGNORED=\'This line gonna be ignored'