Difference between revisions of "IT-OS-Config-Tools"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Created page with "=BCompare-Linux= Ref.: <pre class="code"> sudo nano /usr/bin/bcompare --------------------------------------------------- /bin/bash -c "exec -a $0 $EXEC $ARGS > /dev/null 2>&1...")
 
m (Samerhijazi moved page IT-OS-Admin-Tweaks to IT-OS-CFG-Tweaks without leaving a redirect)
(No difference)

Revision as of 17:36, 4 January 2022

BCompare-Linux

Ref.:

sudo nano /usr/bin/bcompare
---------------------------------------------------
/bin/bash -c "exec -a $0 $EXEC $ARGS > /dev/null 2>&1" $0
changed it to:
/bin/bash -c "exec -a $0 $EXEC -style=cleanlooks $ARGS > /dev/null 2>&1" $0
---------------------------------------------------