mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
10 lines
167 B
Nix
10 lines
167 B
Nix
|
|
# https://nitter.net/igor_chubin/status/1557793569104183298
|
||
|
|
{
|
||
|
|
writers,
|
||
|
|
curl,
|
||
|
|
}:
|
||
|
|
writers.writeDashBin "so" ''
|
||
|
|
IFS=+
|
||
|
|
${curl}/bin/curl -sSL http://cht.sh/"$*"
|
||
|
|
''
|