File: recursive

package info (click to toggle)
modglue 1.17-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 656 kB
  • sloc: cpp: 4,011; sh: 193; makefile: 137
file content (8 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh
src/gtkshell \
 --module='src/gtkshell' \
 --module='src/gtkiowin' \
 --bond=src/gtkshell:inforeq,src/gtkiowin:stdout \
 --bond=src/gtkshell:infodump,src/gtkiowin:stdin \
 --bond=src/gtkshell:fddump,src/gtkiowin:stdexc \
  $*