Skip to content

Instantly share code, notes, and snippets.

View ODINGUNUMALIKI's full-sized avatar

O CEZA GÜNÜ MALİKİ ODINGUNUMALIKI

  • Time x Space x Mass = 0
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