File: mwc.cr

package info (click to toggle)
mwc 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 180 kB
  • sloc: python: 641; makefile: 6; sh: 3
file content (7 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#! /bin/bash

test -x /usr/bin/mwc || exit 0
test -e /etc/mwc/mwc-config.py || exit 0

/usr/bin/mwc -config=/etc/mwc/mwc-config  >/dev/null 2>&1