030_corearch 193 B

1234567891011121314
  1. #!/bin/sh
  2. set -e
  3. set -u
  4. echo "Setting up source and all architectures"
  5. psql << EOF
  6. COPY architecture (arch_string, description) FROM stdin;
  7. source Source
  8. all Architecture Independent
  9. \.
  10. EOF