mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
11 lines
149 B
Bash
Executable File
11 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chmod 666 ~/.rnd
|
|
|
|
# 193de24e.0
|
|
#DIR=`arch`
|
|
#exec /mnt/home/stefano/openssl/bin/$DIR/openssl "$@"
|
|
|
|
# 611b805d.0
|
|
exec /usr/bin/openssl "$@"
|