File: gen.sh

package info (click to toggle)
golang-github-linuxdeepin-go-dbus-factory 1.9.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,864 kB
  • sloc: xml: 11,754; makefile: 35; sh: 13
file content (5 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
set -x
dstFile=$proj_deepin_go_lib/dbusutil/proxy/prop.go
go run main.go > $dstFile
go fmt $dstFile