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/python | |
# -*- coding: UTF-8 -*- | |
# @name: Taivas Jumala | |
# @email: [email protected] | |
# @brief: convert a meme fold to meet Rays-Android backup file requirements | |
import argparse | |
import hashlib | |
import json |
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 | |
# @description: This script is used to update the linux-surface kernel built on | |
# Open Build Service. | |
# https://build.opensuse.org/package/show/home:TaivasJumala:Surface/kernel-source | |
# @date: 2023-05-29 | |
# @author: TaivasJumala | |
# @last_modified: 2023-05-29T14:55:59+08:00 | |
# git and osc should be properly configed |