File: quoted.env

package info (click to toggle)
golang-github-joho-godotenv 1.2.0%2Bgit20180115.6bb0851-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, buster-backports
  • size: 136 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
OPTION_A='1'
OPTION_B='2'
OPTION_C=''
OPTION_D='\n'
OPTION_E="1"
OPTION_F="2"
OPTION_G=""
OPTION_H="\n"
OPTION_I = "echo 'asd'"