mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
2 lines
56 B
Bash
2 lines
56 B
Bash
#!/bin/sh
|
|
ls $1.* | wc | awk '{ print "Pieces = ",$1 }'
|