3 lines
22 B
Bash
Executable File
3 lines
22 B
Bash
Executable File
#!/bin/bash
|
|
du -sh $1
|
#!/bin/bash
|
|
du -sh $1
|