File: updatescripts.sh

package info (click to toggle)
xerial-sqlite-jdbc 3.50.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: java: 18,781; sh: 2,890; ansic: 2,830; xml: 463; makefile: 199
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}'