]> Git Repo - linux.git/blame - scripts/file-size.sh
Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux.git] / scripts / file-size.sh
CommitLineData
a670b0b4
MF
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0
3set -- $(ls -dn "$1")
4printf '%s\n' "$5"
This page took 0.192154 seconds and 4 git commands to generate.