This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------------------------------------------------ | |
# | |
# Macintosh Developer Technical Support | |
# | |
# Simple Color QuickDraw Sample Application | |
# | |
# SillyBalls | |
# | |
# SillyBalls.c - C Source | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -ex | |
createConflist() { | |
file=$1 | |
ipv6Subnet=$2 | |
ranges="[{\"subnet\": \"$ipv6Subnet\"}]" | |
cat <<EOF > $file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variant: fcos | |
version: 1.4.0 | |
passwd: | |
users: | |
- name: testuser | |
groups: ["wheel", "sudo"] | |
#ssh_authorized_keys: | |
# - <your SSH public key> | |
systemd: | |
units: |