全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

登录

全部 新建 登录
's Avatar

sam

加入于 3 months ago

最近 创建
最早 创建
最近 更新
最早 更新
所有 Gists 4
sam's Avatar

sam / brut.sh

0 喜欢
0 派生
1 文件
最后活跃于 1 month ago
1 #!/bin/sh
2 # Brutal Router for Unix Tools - https://brut.sh
3 set -eu
4
5
6 # Find ourselves
7 OLDENV="$(export -p)"
8 SELF="$(realpath "$0")"
9 NAME="${0##*/}"
10 PROGRAM_NAME="${SELF##*/}"
sam's Avatar

sam / pwatch.sh

0 喜欢
0 派生
1 文件
最后活跃于 1 month ago
1 #!/bin/sh
2 set -eu
3
4 NAME="${0##*/}"
5 INTERVAL="${INTERVAL:-0.1}"
6 PID="${1:-}"
7
8 [ -n "$PID" ] || {
9 printf "usage: %s <PID>\n" "$NAME"
10 exit 1
sam's Avatar

sam / 16to62.sh

0 喜欢
0 派生
1 文件
最后活跃于 3 months ago
1 #!/bin/sh
2 set -eu
3
4 # Converts a base-16 hash argument to base-62, using only the shell
5 # and utilities specified by POSIX.1-2024.
6
7 hash16="$(printf "%s" "$1" | tr a-f A-F)"
8 printf "obase=62; ibase=16; %s\n" "$hash16" | bc | {
9 # `bc` prints a sequence of ordinal values split across multiple
10 # lines using backslash as a continuation character. `read` will,
sam's Avatar

sam / hello.txt

0 喜欢
0 派生
1 文件
最后活跃于 3 months ago
1 Hello world
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 141ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文