File: buskill.sh

package info (click to toggle)
buskill 0.6.0%2Bgit20221227.e1539d2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,236 kB
  • sloc: python: 2,871; sh: 84; makefile: 22; javascript: 9
file content (3 lines) | stat: -rwxr-xr-x 80 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/bash
exec "/usr/bin/python3" "/usr/share/buskill/main.py" "$@"
exit "$?"