Skip to content

Instantly share code, notes, and snippets.

View SalihSuleyman's full-sized avatar

10⁻⁹ × 3.34 s/m Salih Süleyman 109:4 21:60 25:1-15 SalihSuleyman

View GitHub Profile
@eboye
eboye / AppRun
Last active December 29, 2024 14:39
Repack Binance deb as AppImage
#!/bin/sh
function readlink_file()
{
next_path=$1
while [ "$i" != 10 ] && [ "x$next_path" != "x$path" ]; do
path=$next_path
next_path=$(readlink "$path" || echo $path)
i=`expr $i + 1`
done