File: mint-iso-verify

package info (click to toggle)
mintstick 1.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,516 kB
  • sloc: python: 1,034; sh: 46; makefile: 11
file content (9 lines) | stat: -rwxr-xr-x 76 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
set -e

TERM=xterm

DIR=/usr/lib/mintstick

$DIR/verify.py "$@"