mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run.sh shortcut, m5 executable userland
This commit is contained in:
@@ -216,7 +216,8 @@ class ShellHelpers:
|
||||
)
|
||||
|
||||
def cp(self, src, dest, **kwargs):
|
||||
self.print_cmd(['cp', src, dest])
|
||||
if not kwargs.get('quiet', False):
|
||||
self.print_cmd(['cp', src, dest])
|
||||
if not self.dry_run:
|
||||
if os.path.islink(src):
|
||||
if os.path.lexists(dest):
|
||||
|
||||
Reference in New Issue
Block a user