File: test-version

package info (click to toggle)
shoogle 0.1.4-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 452 kB
  • sloc: python: 701; makefile: 150; sh: 16
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash

set -e 

echo -e "Output of 'shoogle -v'\n" > "$AUTOPKGTEST_ARTIFACTS"/version

shoogle -v >> "$AUTOPKGTEST_ARTIFACTS"/version