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
#!/bin/bash | |
reposFile="repos.txt" | |
projectPairFile="project-pair.txt" | |
# Processing GitHub user/org Bitbucket project ket pair | |
declare -A projectPair | |
while IFS='=' read -r gh bb; do | |
if [ -n "$gh" ] && [ -n "$bb" ]; then | |
echo "GitHub User/Org: $gh Bitbucket Project Key: $bb" |
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
############################## | |
# MIT License | |
# | |
# Copyright (c) 2022 ZiTe | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
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
# luna_pinyin.custom.yaml | |
# | |
# 【朙月拼音】模糊音定製模板-ZiTe自訂版 | |
# 佛振配製 :-) | |
# ZiTe修改(Forked from https://gist.github.com/lotem/2320943) | |
# | |
# 位置: | |
# ~/.config/ibus/rime (Linux) | |
# ~/Library/Rime (Mac OS) | |
# %APPDATA%\Rime (Windows) |