mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Executing linuxdeploy with cmdline: LDAI_VERBOSE=1 $@"
|
|
|
|
LDAI_VERBOSE=1 $@
|