mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-20 18:01:34 +01:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'package ast' > ast/stdast.go
|
|
echo 'var StdAst = &LiteralNull{}' >> ast/stdast.go
|
|
|