diff options
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -162,6 +162,10 @@ debugstarttls() { # |_| |_|_|___/\___| |_| \__,_|_| |_|\___|\__|_|\___/|_| |_|___/ # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +# Run Steam +unfuck_steam() { +LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam +} # First argument is the interface on which to scan ipv6_local_hosts() { if ! [ -z $1 ] ; then |
