File: updatescripts.sh

package info (click to toggle)
xerial-sqlite-jdbc 3.40.1.0%2Bdfsg-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,136 kB
  • sloc: java: 17,645; ansic: 2,743; sh: 2,700; xml: 427; makefile: 190
file content (7 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash

# This script prints the commands to upgrade the docker cross compilation scripts

grep -F 'docker run --rm doc' "$(dirname $0)/"dockcross-* | grep -F '>' | \
	sed 's/\:#//' | \
	awk '{print $2" "$3" "$4" "$5" "$6" "$1}'