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