File: buskill.sh

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