mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-27 06:25:11 +00:00
chg:... banner.. not showing.. I should rethink sundaymornings coding sessions
This commit is contained in:
+1
-1
@@ -437,7 +437,7 @@ int main(int argc, char* argv[]) {
|
||||
// ascii art doesn't work well on mingw :(
|
||||
|
||||
bool stdinOnPipe = !isatty(STDIN_FILENO);
|
||||
if ( !executeCommand || !script_cmds_file || !stdinOnPipe )
|
||||
if ( !executeCommand && !script_cmds_file && !stdinOnPipe )
|
||||
showBanner();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user