mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
This patch optimizes shell code as reading a single file as input using a 'cat' command to a program. It is considered to be a Useless Use of Cat (UUOC). It's more efficient to simply use redirection. However, in some cases, even using the redirection operator '<' seems unnecessary. Signed-off-by: KKrypt <sankalpacharya1211@gmail.com> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| run-predump-2.sh | ||
| run-predump.sh | ||
| run-snap-auto-dedup.sh | ||
| run-snap-dedup-on-restore.sh | ||
| run-snap-dedup.sh | ||
| run-snap-maps04.sh | ||
| run-snap.sh | ||
| run.sh | ||