Skip to content

Instantly share code, notes, and snippets.

View SinarPandora's full-sized avatar
👍
只要思想不 Hyper,办法 Zombie 困难多

喵君|SinarPandora SinarPandora

👍
只要思想不 Hyper,办法 Zombie 困难多
View GitHub Profile
#!/bin/bash
Array1=( "key1" "key2" "key3" "key4" "key5" "key6" "key7" "key8" "key9" "key10" )
Array2=( "key1" "key3" "key2" "key4" "key5" "key6" )
Array3=$(printf '%s\n' "${Array1[@]}" "${Array2[@]}" | sort | uniq -u)
echo "${Array3[@]}"
@SinarPandora
SinarPandora / caiyun.dream.package.scala
Last active February 20, 2021 11:23
彩云小梦相关API
package o.lartifa.jam.plugins.caiyunai
/**
* 彩云小梦模块通用
*
* Author: sinar
* 2021/2/19 12:00
*/
package object dream {