This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================== | |
| Proton: 1588276332 proton-5.0-7 | |
| SteamGameId: 329110 | |
| Command: ['/home/luzemario/.steam/steam/steamapps/common/Gems of War/GemsOfWar.exe'] | |
| Options: {'forcelgadd'} | |
| ====================== | |
| ERROR: ld.so: object '/home/luzemario/.steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
| ERROR: ld.so: object '/home/luzemario/.steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
| ERROR: ld.so: object '/home/luzemario/.steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. | |
| ERROR: ld.so: object '/home/luzemario/.steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Simple Uploader for linux. Place inside libstorj/bin | |
| # The script will create a new directory with randomly generated files, and begin uploading | |
| # Files are automatically removed after uploading. | |
| BUCKET=a882a4d1af7ce8a3bf6674c1 | |
| . ~/.storj. | |
| #generates a 16 character unique filename | |
| FILENAME=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 ; echo '') | |
| #Create Directory to store files in |